[issue22566] International keyboard makes IDLE crash on OSX

Ned Deily report at bugs.python.org
Mon Oct 6 20:23:44 CEST 2014


Ned Deily added the comment:

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/

----------
assignee: ronaldoussoren -> 
nosy: +ned.deily
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22566>
_______________________________________


More information about the Python-bugs-list mailing list