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 roger.serwy
Recipients asvetlov, clikkeb, roger.serwy, terry.reedy
Date 2012-04-14.21:54:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334440497.28.0.703903513781.issue14576@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-14 21:54:57roger.serwysetrecipients: + roger.serwy, terry.reedy, asvetlov, clikkeb
2012-04-14 21:54:57roger.serwysetmessageid: <1334440497.28.0.703903513781.issue14576@psf.upfronthosting.co.za>
2012-04-14 21:54:56roger.serwylinkissue14576 messages
2012-04-14 21:54:56roger.serwycreate