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

Terry J. Reedy report at bugs.python.org
Thu Oct 29 04:59:57 EDT 2015


Terry J. Reedy added the comment:

OK: call GetUserCfgDir once on creation of idleConf instance and set .userdir attribute.  Replace repeated calls in PyShell and Editor with attributes accesses.  I tested that, with patch, IDLE starts and rewrites both breakpoints.lst and recent-files.lst as appropriate.

----------
Added file: http://bugs.python.org/file40893/@cfgdir2.diff

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


More information about the Python-bugs-list mailing list