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 ronaldoussoren
Recipients ned.deily, ronaldoussoren, sm1979, terry.reedy
Date 2017-12-30.11:57:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514635027.33.0.213398074469.issue32447@psf.upfronthosting.co.za>
In-reply-to
Content
There appears to be a permission issue with the home directory.

What's the output of the following commands in a terminal window:

$ ls -led ~
$ id

The home directory should be owned by the "uid" shown by the second command, and should be writable by the user, the output of "ls" should show something like this:

drwxr-xr-x@ 336 ronald  staff  10752 Dec 30 12:52 /Users/ronald
 0: group:everyone deny delete

In particular the mode at the start should start with "drwx".
History
Date User Action Args
2017-12-30 11:57:07ronaldoussorensetrecipients: + ronaldoussoren, terry.reedy, ned.deily, sm1979
2017-12-30 11:57:07ronaldoussorensetmessageid: <1514635027.33.0.213398074469.issue32447@psf.upfronthosting.co.za>
2017-12-30 11:57:07ronaldoussorenlinkissue32447 messages
2017-12-30 11:57:06ronaldoussorencreate