[issue11029] Crash, 2.7.1, Tkinter and threads and line drawing

Christoph Gohlke report at bugs.python.org
Fri Jan 28 05:12:40 CET 2011


Christoph Gohlke <cgohlke at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11029>
_______________________________________


More information about the Python-bugs-list mailing list