I'm looking for an example how to create a stable, multi-threaded
PyGTK application which has a thread that runs some time-consuming
process which can update its current status in a status window
while the user can still use the rest of the app.

My problem is mainly how to get the data from one thread to another
(ie. at a certain time, my time-consuming process has data to display.
How do I put that data in the GUI ??).

Thanks,

-- 
==============================================
Sowatec AG,       CH-8330 Pf�ffikon (ZH)
Witzbergstr. 7,   http://www.sowatec.com
Tel: +41-(0)1-952 55 55
Fax: +41-(0)1-952 55 66
----------------------------------------------
Aaron "Optimizer" Digulla, [EMAIL PROTECTED]
==============================================

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to