[issue19062] Idle: problem confighandler getting userdir

2014-09-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I suppose that on patrick's computeron his account (but not on admin account) HOME is literal %userprofile%. It looks as just misconfiguration. -- nosy: +serhiy.storchaka ___ Python tracker rep...@bugs.python.org

[issue19062] Idle: problem confighandler getting userdir

2014-09-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: The fact that Idle quits when there is a problem getting (or writing to) the home directory is a design bug discussed in #8231. I do not see any other bug with Idle. So I am closing this as a duplicate. -- resolution: - duplicate stage: test needed

[issue19062] Idle: problem confighandler getting userdir

2014-08-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: (When responding via email, please delete the quoted test (except possibly for a line or two) as it constitutes noise when viewing the web page.) On my updated win7, I get with 3.4.1 import os.path userDir = os.path.expanduser('~') userDir