Re: [Simpleweb-py-users] ImportError: No module named pwd
Status: Beta
Brought to you by:
essiene
From: Essien I. E. <me...@es...> - 2008-03-25 07:51:59
|
Tim ODell wrote: > Hey, gang! (using WindowsXP Prof:) > > When I run the command: > simpleweb-admin > > it generates a related error with the last line being: > ImportError: No module named pwd arggh!!! This is my fault as I don't use windows. I was trying to ensure we don't run as the UNIX user root and the modules for doing that don't exist for win32. the attached. webserver.py fixes that problem. Use it to replace the one you have. You may need to unpack and pack the egg to get at it though. Not so sure (its a normal zip file). I'll push this up with some other small bug fixes later after work.. > > I think this precedes the error I previously posted, > "No module named mxDateTime" let me know if this problem still occurs after you replace your webserver.py. cheers, Essien > > --Thanks, Tim > > * * * * * * * * > > > ------------------------------------------------------------------------ > How well do you know your celebrity gossip? Talk celebrity smackdowns > here. <http://originals.msn.com/thebigdebate?ocid=T002MSN03N0707A> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Simpleweb-py-users mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpleweb-py-users |