Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #5417 > unrolled thread

Re: threads with gtk gui problem

Started byDaniel Kluev <dan.kluev@gmail.com>
First post2011-05-15 20:49 +1100
Last post2011-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.


Contents

  Re: threads with gtk gui problem Daniel Kluev <dan.kluev@gmail.com> - 2011-05-15 20:49 +1100

#5417 — Re: threads with gtk gui problem

FromDaniel Kluev <dan.kluev@gmail.com>
Date2011-05-15 20:49 +1100
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web