wxPython: non-GUI thread launching new frame? Delegates?

cyberco cyberco at gmail.com
Tue Feb 20 06:19:45 EST 2007


In my wxPython app a non-GUI thread (that reads info from the network)
tries to open a frame to show the new info. This results in my app
hanging (which is not too surprising). Coming from a C# environment I
wonder if there is some sort of delegate mechanism in wxPython to do
this sort of thing.

2B




More information about the Python-list mailing list