Gregory Sheaffer wrote:
........

So, basically, is this a problem inherent in using Tkinter? And if so, are
there any workarounds besides tying the windows to a root Tk() in the main
program (Which isn't really an option the way the system is currently
designed).
probably, see http://wiki.tcl.tk/1527 which essentially says there's only one event loop although there is tcl threading see http://www.tcl.tk/doc/howto/thread_model.html, but I don't know if that allows multiple event loops.
--
Robin Becker

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to