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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15862>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to