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 Bozdog, ned.deily
Date 2013-04-28.20:59:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367182747.09.0.61314424976.issue17864@psf.upfronthosting.co.za>
In-reply-to
Content
OK, assuming you are using a default install of Python 3.3.1, try opening a terminal window (Terminal.app) and launching IDLE from there by typing:

/usr/local/bin/python3.3 -c 'import sys;print(sys.version)'
/usr/local/bin/python3.3 -m idlelib

and report what messages you see there.

Also, are there any other messages with "com.apple.launchd.peruser" or "org.python.IDLE" immediately before that one?  You can use Console.app to see if there are any relevant crash reports under User Diagnostic Reports.  You could use Activity Monitor.app to see if there is already an IDLE or Python process running.  If you can, try logging -out and -in and/or rebooting.  And which Python 3.3.1 did you install: from the python.org 3.3.1 64-bit/32-bit installer, from the python.org 3.3.1 32-bit-only installer, or from somewhere else?
History
Date User Action Args
2013-04-28 20:59:07ned.deilysetrecipients: + ned.deily, Bozdog
2013-04-28 20:59:07ned.deilysetmessageid: <1367182747.09.0.61314424976.issue17864@psf.upfronthosting.co.za>
2013-04-28 20:59:07ned.deilylinkissue17864 messages
2013-04-28 20:59:07ned.deilycreate