← Back to team overview

openerp-dev-web team mailing list archive

[Bug 724320] [NEW] v6 trunk windows importerror no module named xlwt

 

Devishree Brahmbhatt (OpenERP) (dbr-openerp) has assigned this bug to you for OpenERP Web Client:

Hi,
since revision 4593 of web client,
a new import of library has been added :
addons/openerp/controllers/impex.py 
line 70: import xlwt
I've not tested to build the installer server for windows but I'm sure there will be this error, because library  xlwt is not installed in python required libraries for windows.
just add  xlwt in server\setup.py line196 :
-            "uuid",
+            "uuid", "xlwt"
bye

** Affects: openobject-client-web
     Importance: Low
     Assignee: OpenERP SA's Web Client R&D (openerp-dev-web)
         Status: Confirmed

-- 
v6 trunk windows importerror no module named xlwt
https://bugs.launchpad.net/bugs/724320
You received this bug notification because you are a member of OpenERP SA's Web Client R&D, which is a bug assignee.