Christoph Gohlke <cgoh...@uci.edu> added the comment:

Tkinter is not thread safe. You are changing UI elements from a thread that is 
not the main thread. Use a Queue as described at 
http://effbot.org/zone/tkinter-threads.htm.

----------
nosy: +cgohlke

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11029>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to