threads with gtk gui problem

Daniel Kluev dan.kluev at gmail.com
Sun May 15 05:49:46 EDT 2011


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



More information about the Python-list mailing list