[issue8231] Unable to run IDLE without write-access to home directory

Ned Deily report at bugs.python.org
Sat Dec 30 15:56:29 EST 2017


Ned Deily <nad at python.org> added the comment:

> Ned diagnosed #32447 as likely due to the space in the user name.

Actually, that's not what the primary problem was. It was a severely misconfigured home directory, both permissions and groups.  I'm not sure how that situation was created (possibly through inadvertent sysadmin commands from the shell) but it's not something that IDLE needs to worry about; such a configuration breaks lots of other system programs.  In other words, the OP's system was broken.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue8231>
_______________________________________


More information about the Python-bugs-list mailing list