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 mélomane, ned.deily, r.david.murray, ronaldoussoren
Date 2014-03-09.04:50:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394340614.39.0.73438891028.issue20873@psf.upfronthosting.co.za>
In-reply-to
Content
The fact that "ls" shows a UID of 501 instead of your user name "Charlotte" strongly suggests you have an inconstantly defined user account.  Suggest you try cresting a new "Administrator" user via "System Preferences" -> "User & Groups" and try logging into that user and see if IDLE works there.  If that works, you may need some help trying to fix up your existing account.  You may be able to get some useful information with the decl command:

dscl . -read /Users/Charlotte

Good luck!
History
Date User Action Args
2014-03-09 04:53:06ned.deilyunlinkissue20873 messages
2014-03-09 04:50:14ned.deilysetrecipients: + ned.deily, ronaldoussoren, r.david.murray, mélomane
2014-03-09 04:50:14ned.deilysetmessageid: <1394340614.39.0.73438891028.issue20873@psf.upfronthosting.co.za>
2014-03-09 04:50:14ned.deilylinkissue20873 messages
2014-03-09 04:50:12ned.deilycreate