Running Mac OSX 10.6.6.
I installed python 3.2 last night on my computer. I played with some code in IDLE, but never ended up saving any of my work.
This morning, I tried to set up my Interactive Start Up File, as recommended here, but when I save the file as startup.py (or anything really) the entire application crashes. In other words, IDLE quits unexpectedly and this message comes on my screen.
Process: Python [3237]
Path: /Applications/Python 3.2/IDLE.app/Contents/MacOS/Python
Identifier: org.python.IDLE
Version: 3.2.0 (3.2.0)
Code Type: X86-64 (Native)
Parent Process: launchd [90]
Date/Time: 2011-05-02 10:57:43.996 -0400
OS Version: Mac OS X 10.6.6 (10J567)
Report Version: 6
Interval Since Last Report: 2189426 sec
Crashes Since Last Report: 5
Per-App Interval Since Last Report: 5403 sec
Per-App Crashes Since Last Report: 5
Anonymous UUID: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000012
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Please note, I have blocked out the Anonymous UUID above because I'm not sure if this is sensitive information. Also, this message is not being generated by python, but my OS.
Please help.