This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Cemal.Duman
Recipients Cemal.Duman
Date 2012-09-04.21:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346795014.76.0.789021764596.issue15862@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-09-04 21:43:34Cemal.Dumansetrecipients: + Cemal.Duman
2012-09-04 21:43:34Cemal.Dumansetmessageid: <1346795014.76.0.789021764596.issue15862@psf.upfronthosting.co.za>
2012-09-04 21:43:34Cemal.Dumanlinkissue15862 messages
2012-09-04 21:43:33Cemal.Dumancreate