[issue17864] IDLE won't run

Ned Deily report at bugs.python.org
Mon Apr 29 11:37:12 CEST 2013


Ned Deily added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17864>
_______________________________________


More information about the Python-bugs-list mailing list