Comment 3 for bug 660174

Revision history for this message
John A Meinel (jameinel) wrote :

Oh, and I dug into this a bit in the past.

IIRC, the "import pwd" is actually done inside the *getuser* module. So Python's stdlib is broken here. (If it can't use the env vars, it falls back to pwd which never exists on win32.)