Problem with Thread.join()

Greg Copeland gtcopeland at gmail.com
Tue Aug 21 15:51:11 EDT 2007


On Aug 20, 11:12 am, "Robert Dailey" <rcdai... at gmail.com> wrote:
> Hey guys,
>
> Sorry for taking so long to respond. I had actually figured out what
> this issue is over on the wxPython mailing list. The issue was that I
> was attempting to configure wxPython controls from a remote thread,
> which is apparently illegal due to some state persistance issues.
>

As a rule of thumb, only one thread *ever* controls the GUI.

Greg




More information about the Python-list mailing list