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 ronaldoussoren
Recipients JPEC, Ramchandra Apte, ronaldoussoren
Date 2012-05-16.12:23:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337171023.35.0.899649039208.issue14827@psf.upfronthosting.co.za>
In-reply-to
Content
Yes. As the webpage I mentioned describes Apple's installation of Tcl/Tk contains a number of serious bugs, one of which is that Tk's handling of dead keys (the "^" you use write "û") causes crashes.

To get a fully functional copy of Idle you'll have to install ActiveState's Tcl/Tk as well. 

We could ship a copy of Tk in the installer as well, but have chosen not to do that because the installer is large enough as it is. Furthermore the Cocoa port of Tcl/Tk is at this time still a moving target,  which means that we couldn't even ship the same version of Tcl/Tk for the entire lifetime of Python 3.2.x.

Please let us know if installing ActiveState's Tcl/Tk fixes the crash, I expect it will but you might have run into yet another Tk bug.
History
Date User Action Args
2012-05-16 12:23:43ronaldoussorensetrecipients: + ronaldoussoren, Ramchandra Apte, JPEC
2012-05-16 12:23:43ronaldoussorensetmessageid: <1337171023.35.0.899649039208.issue14827@psf.upfronthosting.co.za>
2012-05-16 12:23:42ronaldoussorenlinkissue14827 messages
2012-05-16 12:23:42ronaldoussorencreate