Ned Deily <n...@acm.org> added the comment: 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'" ---------- assignee: -> ned.deily nosy: +ned.deily _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12172> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com