Multiple threads in a GUI app (wxPython), communication between worker thread and app?

M.E.Farmer mefjr75 at hotmail.com
Sun May 1 18:27:32 EDT 2005


Look inthe demo that comes with wxPython it is in tree process and
events -> threads .
There is a nice demo of PostEvent().
Another way would be to use Queues as others have mention .
You can create a new frame and have it  call the queue for data.

M.E.Farmer




More information about the Python-list mailing list