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 Kevin Ness, ned.deily
Date 2011-05-25.07:25:34
SpamBayes Score 1.2160903e-07
Marked as misclassified No
Message-id <1306308335.63.0.372582671885.issue12172@psf.upfronthosting.co.za>
In-reply-to
Content
How are you launching IDLE? Are you sure you aren't launching the IDLE for the Apple-supplied Python 2.6?  The two easiest ways to launch IDLE 3.2 are to either double-click on the IDLE file in the /Applications/Python 3.2 folder or, from a terminal shell window, type /usr/local/bin/idle3.2.  The resulting "Python Shell" window should say Python 3.2.  If you still get a crash, please report any relevant output from the system.log; you can use /Applications/Utilities/Console.app to examine system.log.  Or, if there is an OS X crash report, report the output from that.  You could also verify the patch level of the ActiveState Tcl by doing the following:

    cd /Library/Frameworks/Tcl.framework
    grep TCL_VERSION tclConfig.sh
    # should be "TCL_VERSION='8.5'"
    grep TCL_PATCH tclConfig.sh
    # should be "TCL_PATCH_LEVEL='.9'"
History
Date User Action Args
2011-05-25 07:25:35ned.deilysetrecipients: + ned.deily, Kevin Ness
2011-05-25 07:25:35ned.deilysetmessageid: <1306308335.63.0.372582671885.issue12172@psf.upfronthosting.co.za>
2011-05-25 07:25:35ned.deilylinkissue12172 messages
2011-05-25 07:25:34ned.deilycreate