[issue14576] IDLE cannot connect to subprocess - New solution

Roger Serwy report at bugs.python.org
Sat Apr 14 23:54:57 CEST 2012


Roger Serwy <roger.serwy at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14576>
_______________________________________


More information about the Python-bugs-list mailing list