← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 628202] Re: [6.0] [openerp-server.py] rv2674 SO Windows "ImportError: No module named pwd" in validation user root

 

Thanks GEM.

** Also affects: openobject-server/5.0
   Importance: Undecided
       Status: New

** Also affects: openobject-server/trunk
   Importance: Undecided
       Status: Confirmed

** Changed in: openobject-server/trunk
       Status: Confirmed => Fix Released

** Changed in: openobject-server/5.0
       Status: New => Fix Released

-- 
[6.0] [openerp-server.py] rv2674 SO Windows "ImportError: No module named pwd" in validation user root
https://bugs.launchpad.net/bugs/628202
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: Fix Released
Status in OpenObject Server 5.0 series: Fix Released
Status in OpenObject Server trunk series: Fix Released

Bug description:
In windows there is no module "pwd" with which validates that user is not ROOT
In windows there is no user ROOT
It should validate that does not give the "import" pwd or validation of the root user.

server v6
revno 2674
SO Windows7

TRACEBACK
D:\OpenERP-6.0\trunk\server\bin\openerp-server.py -c openerp-server.conf
Traceback (most recent call last):
  File "\D:\OpenERP-6.0\trunk\serverbin\openerp-server.py", line 39, in <module>
    import pwd
ImportError: No module named pwd