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 adamswg, hynek, kbk, ned.deily, roger.serwy, ronaldoussoren, terry.reedy
Date 2013-11-21.17:58:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385056706.82.0.683846111423.issue19684@psf.upfronthosting.co.za>
In-reply-to
Content
From the crash reports, it appears that you were trying to use IDLE with the Apple-supplied Tcl and Tk frameworks. OS X 10.6.x was the first release of the newer Aqua Cocoa Tk and it was very problematic.  You should have seen a warning message when IDLE 2.7.6 started, warning you about this and advising you to go to http://www.python.org/download/mac/tcltk/ for further information.  (The warning is also on the download pages and in the installer Readme.)  You will read there: "you should only use IDLE or tkinter with an updated third-party Tcl/Tk 8.5, like ActiveTcl 8.5, installed".  Do that and IDLE 2.7.6 should behave properly.
History
Date User Action Args
2013-11-21 17:58:26ned.deilysetrecipients: + ned.deily, terry.reedy, kbk, ronaldoussoren, roger.serwy, hynek, adamswg
2013-11-21 17:58:26ned.deilysetmessageid: <1385056706.82.0.683846111423.issue19684@psf.upfronthosting.co.za>
2013-11-21 17:58:26ned.deilylinkissue19684 messages
2013-11-21 17:58:26ned.deilycreate