Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
ClientCookie bug
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="John J. Lee, post: 1721573"] Anybody know the best way to get the username without win32all installed? Mark: I don't have a win9x box, but try replacing that os.environ['USERNAME'] with getpass.getuser(). You'll need to stick an import getpass in there too, of course. Let me know if that works. The rest of the code should work OK on win9x. John [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
ClientCookie bug
Top