Ronald Oussoren <ronaldousso...@mac.com> added the comment:

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".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32447>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to