← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 688560] [NEW] v6+windows ImportError no module named uuid

 

Public bug reported:

hi

new library is used in Server\addons\base\ir\ir_config_parameter.py",
line 26, but not in the list of library to collect for windows
installer.

just modify in server\setup.py line 177 :
-"imaplib", "smtplib", "email", "yaml", "DAV"
+"imaplib", "smtplib", "email", "yaml", "DAV", "uuid"

bye

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/688560

Title:
  v6+windows ImportError no module named uuid

Status in OpenObject Server:
  New

Bug description:
  hi

new library is used in Server\addons\base\ir\ir_config_parameter.py", line 26, but not in the list of library to collect for windows installer.

just modify in server\setup.py line 177 :
-"imaplib", "smtplib", "email", "yaml", "DAV"
+"imaplib", "smtplib", "email", "yaml", "DAV", "uuid"

bye





Follow ups

References