← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Hell GEM:

Would you please elaborate more with your side trace back.
We did not face this issue at our end.
As I knew export document in .xls formate is available in web-client not in gtk-client.
So I don't think to add this at server side code.
Correct me, If I am wrong.

Thanks in Advance.

** Changed in: openobject-server
       Status: Confirmed => Incomplete

** Changed in: openobject-server
   Importance: Low => Undecided

-- 
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/724320

Title:
  v6 trunk windows importerror no module named xlwt

Status in OpenERP Server:
  Incomplete

Bug description:
  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



References