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-29.09:37:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367228232.5.0.0455787528283.issue17864@psf.upfronthosting.co.za>
In-reply-to
Content
The "ls" shows that, for some reason, your home directory is owned by user "temp", not by user "ben". That's not good.  Try doing this:

sudo chown ben /Users/ben/

But we're way past an IDLE or Python problem here.  This is a basic Unix system administration issue.
History
Date User Action Args
2013-04-29 09:37:12ned.deilysetrecipients: + ned.deily, Bozdog
2013-04-29 09:37:12ned.deilysetmessageid: <1367228232.5.0.0455787528283.issue17864@psf.upfronthosting.co.za>
2013-04-29 09:37:12ned.deilylinkissue17864 messages
2013-04-29 09:37:12ned.deilycreate