Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5417
| References | <4DCE7FCC.8020907@gmail.com> <4DCECC70.5020703@earthsong.free-online.co.uk> |
|---|---|
| Date | 2011-05-15 20:49 +1100 |
| Subject | Re: threads with gtk gui problem |
| From | Daniel Kluev <dan.kluev@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1588.1305452989.9059.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: threads with gtk gui problem Daniel Kluev <dan.kluev@gmail.com> - 2011-05-15 20:49 +1100
csiph-web