Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5417 > unrolled thread
| Started by | Daniel Kluev <dan.kluev@gmail.com> |
|---|---|
| First post | 2011-05-15 20:49 +1100 |
| Last post | 2011-05-15 20:49 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: threads with gtk gui problem Daniel Kluev <dan.kluev@gmail.com> - 2011-05-15 20:49 +1100
| From | Daniel Kluev <dan.kluev@gmail.com> |
|---|---|
| Date | 2011-05-15 20:49 +1100 |
| Subject | Re: threads with gtk gui problem |
| Message-ID | <mailman.1588.1305452989.9059.python-list@python.org> |
You can also use multiprocessing module instead of threads. Use pipe and gobject.idle_add(somefunc) to process data from other thread. -- With best regards, Daniel Kluev
Back to top | Article view | comp.lang.python
csiph-web