On Apr 17, 12:10 am, Michael Torrie <torr...@gmail.com> wrote: > Many GUI toolkits are single-threaded. And in fact with GTK and MFC you > can't (or shouldn't) call GUI calls from a thread other than the main > GUI thread.
Most of them (if not all?) have a single GUI thread, and a mechanism by which to synchronize with the GUI thread. -- http://mail.python.org/mailman/listinfo/python-list