Issue 24865: IDLE crashes on entering diacritical mark (Alt-E) on Mac OS X - Python tracker

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.

classification
process
Status: closed Resolution: duplicate
Dependencies: Superseder: International keyboard makes IDLE crash on OSX
View: 22566
Assigned To: Nosy List: Vlad Gumerov, ned.deily, ronaldoussoren, terry.reedy
Priority: normal Keywords:

Created on 2015-08-14 09:10 by Vlad Gumerov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg248572 - (view) Author: Vlad Gumerov (Vlad Gumerov) Date: 2015-08-14 09:10
Mac OS X 10.10.3
IDLE 3.4.3, Python 3.4.3

Steps:
1)Open IDLE
2)Input diacritical mark ´ (Alt+E)

Result:
IDLE crashes
msg248586 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2015-08-14 13:29
This is due to an old Tk bug (http://sourceforge.net/p/tktoolkit/bugs/2722/) still present in the Apple-supplied versions of Tcl/Tk 8.5 on OS X.  See https://www.python.org/download/mac/tcltk/ and/or Issue22566. If you are using Python 3.4.x from a python.org installer, install a newer version of Tcl/Tk 8.5 in /Library/Frameworks (not /System/Library/Frameworks) from ActiveState or build your own.