Message 228725 - Python tracker

Message228725

Author ned.deily
Recipients mc128k, ned.deily, ronaldoussoren, serhiy.storchaka
Date 2014-10-06.18:23:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412619824.32.0.593991617417.issue22566@psf.upfronthosting.co.za>
In-reply-to
Content
This crash behavior is due to an old bug in the OS X Cocoa implementation of Tk.  It has been fixed in the most recent releases of Tk 8.5.x and 8.6.x but, unfortunately, Apple has not yet shipped the fix in any version of the OS X system Tk 8.5 (since OS X 10.6).  If you are building your own Python 3.5, you can install the most recent copy of ActiveTcl 8.5.x or 8.6.x (assuming the license terms are acceptable) or you could build your own Tcl/Tk and then rebuild _tkinter.so.  For more information: https://www.python.org/download/mac/tcltk and
http://sourceforge.net/p/tktoolkit/bugs/2722/
History
Date User Action Args
2014-10-06 18:23:44ned.deilysetrecipients: + ned.deily, ronaldoussoren, serhiy.storchaka, mc128k
2014-10-06 18:23:44ned.deilysetmessageid: <1412619824.32.0.593991617417.issue22566@psf.upfronthosting.co.za>
2014-10-06 18:23:44ned.deilylinkissue22566 messages
2014-10-06 18:23:44ned.deilycreate