ClientCookie bug

Mark Carter cartermark46 at ukmail.com
Fri Aug 15 05:34:23 EDT 2003


> trying the getpass fix I suggested?  I don't know if getpass.getuser
> works on w9x, but it's worth a shot.

On a win95 machine, running a fresh installation of python3.2, typing
 import getpass
 print getpass.getuser()
returns
 ImportError: No module named pwd.

I also tried getuid() - but that didn't work, either (it's in UNIX
only). *Sigh* It appears that we are stuck with the workaround that I
suggested.

I'll try it on a win 98 machine, and report back the results asap.




More information about the Python-list mailing list