Roger Serwy <roger.se...@gmail.com> added the comment:

I can confirm that setting HOMEPATH to a non-existent directory will prevent 
IDLE from starting when using idle.bat. If you modify idle.bat such that 
python.exe is called instead of pythonw.exe, then IDLE starts normally, but 
with this console message:

  Warning: os.path.expanduser("~") points to
  C:\Users\doesnotexist
  but the path does not exist.

Normally, the message is written to sys.stderr, which is None when using 
pythonw. See issue13582 for more information.

----------
nosy: +asvetlov, serwy, terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14576>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to