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

fooooo phark52 at yahoo.com
Mon May 2 22:26:48 EDT 2005


Thanks for the replies. I have a Queue object in the main GUI thread,
this gets passed to all the worker threads and they add items to it.
This is all well and good, but what is a good way to get the GUI thread
to send items back to the worker threads?




More information about the Python-list mailing list