[issue19062] problems with pyshell to get userdir

2013-09-21 Thread patrick wai
patrick wai added the comment: i am working under non-administrator account . in fact os.path.expanduser('~') works well when as admin run . but just got a %userprofile% when as standard account . On Sat, Sep 21, 2013 at 11:39 PM, patrick wai wrote: > > New submission

[issue19062] problems with pyshell to get userdir

2013-09-21 Thread patrick wai
New submission from patrick wai: #file idlelib/configHandler.py #code userDir = os.path.expanduser('~') #os windows 7 sp1 it doesnt get final userdir path. it doesnt work correctly for userdir . this cause python3.3 IDLE GUI can not be opened on my pc . as per the docment says