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 Sophie.Chancheong, ned.deily
Date 2013-12-24.06:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387866410.3.0.548156033726.issue20054@psf.upfronthosting.co.za>
In-reply-to
Content
This problem was reported and fixed in Issue18270 which will be in the next set of Python maintenance releases.  As explained there, what is causing this is that the Python 3.3 tkinter you are using is trying to use the known buggy system Tk 8.5 shipped with OS X.  If you are using a python.org 3.3, you can avoid the problem by installing a more up-to-date version of Tcl/Tk 8.5, such as the current ActiveTcl 8.5.15.0.  See http://www.python.org/download/mac/tcltk/
History
Date User Action Args
2013-12-24 06:26:50ned.deilysetrecipients: + ned.deily, Sophie.Chancheong
2013-12-24 06:26:50ned.deilysetmessageid: <1387866410.3.0.548156033726.issue20054@psf.upfronthosting.co.za>
2013-12-24 06:26:50ned.deilylinkissue20054 messages
2013-12-24 06:26:49ned.deilycreate