This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cgohlke
Recipients PythonInTheGrass, brian.curtin, cgohlke
Date 2011-01-28.04:12:38
SpamBayes Score 0.15397093
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2011-01-28 04:12:41cgohlkesetrecipients: + cgohlke, brian.curtin, PythonInTheGrass
2011-01-28 04:12:40cgohlkesetmessageid: <[email protected]>
2011-01-28 04:12:39cgohlkelinkissue11029 messages
2011-01-28 04:12:38cgohlkecreate