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 Adam.Kimbrough, ned.deily
Date 2014-07-29.00:08:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406592514.33.0.341891013929.issue22099@psf.upfronthosting.co.za>
In-reply-to
Content
This is due to a bug in earlier versions of Cocoa Tk 8.5.x, originally documented in Issue11055.  Unfortunately, Apple is still shipping such a version in current versions of OS X.  One solution is to install a newer version of Tk 8.5, such as ActiveTcl 8.5.15 and use a version of Python that links with it, such as from the python.org OS X installers (currently 2.7.8).  More details here:

https://www.python.org/download/mac/tcltk/
History
Date User Action Args
2014-07-29 00:08:34ned.deilysetrecipients: + ned.deily, Adam.Kimbrough
2014-07-29 00:08:34ned.deilysetmessageid: <1406592514.33.0.341891013929.issue22099@psf.upfronthosting.co.za>
2014-07-29 00:08:34ned.deilylinkissue22099 messages
2014-07-29 00:08:34ned.deilycreate