[New-bugs-announce] [issue15862] IDLE not working when due to wrong Hard Drive point of os.path.expanduser

Cemal Duman report at bugs.python.org
Tue Sep 4 23:43:34 CEST 2012


New submission from Cemal Duman:

Hi 
Unfortunately i'm using Vista on my corparate laptop I can open my Python CLI without any problem but IDLE is not responding. When i started idle.py by issuing following command:

C:\Python27>python.exe Lib\idlelib\idle.py

I see following output:

C:\Python27>
 Warning: os.path.expanduser("~") points to
 H:\,
 but the path does not exist.

H:\ is my network drive. When i run the os.path.expanduser("~") at CLI i get following directory.

'C:\\Users\\edumcem\'

Thanks / Cemal

----------
components: IDLE
messages: 169840
nosy: Cemal.Duman
priority: normal
severity: normal
status: open
title: IDLE not working when due to wrong Hard Drive point of os.path.expanduser
versions: Python 2.7

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


More information about the New-bugs-announce mailing list