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 ned.deily
Recipients Richard86, gpolo, ned.deily
Date 2011-09-30.19:25:28
SpamBayes Score 0.00050236634
Marked as misclassified No
Message-id <1317410729.37.0.639761932625.issue13040@psf.upfronthosting.co.za>
In-reply-to
Content
The problem can be reproduced on some other platforms depending on the version of Tcl/Tk in use.  But the supplied program violates the well-known if not particularly well-documented restriction of tkinter programming that all Tk UI operations must be on the main thread.  See, for example, http://effbot.org/zone/tkinter-threads.htm  or http://tkinter.unpythonic.net/wiki/mtTkinter
History
Date User Action Args
2011-09-30 19:25:29ned.deilysetrecipients: + ned.deily, gpolo, Richard86
2011-09-30 19:25:29ned.deilysetmessageid: <1317410729.37.0.639761932625.issue13040@psf.upfronthosting.co.za>
2011-09-30 19:25:28ned.deilylinkissue13040 messages
2011-09-30 19:25:28ned.deilycreate