← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 736720] Re: trunk windows import xlwt

 

Thanks for reporting.

** Project changed: openobject-client-web => openobject-server

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

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

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

** Changed in: openobject-server
    Milestone: None => 6.1

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

Title:
  trunk windows import xlwt

Status in OpenERP Server:
  Confirmed

Bug description:
  Hi,
  I posted this bug on the server branch but it has not be moved in the web branch :
  https://bugs.launchpad.net/openobject-server/+bug/724320?comments=all

  since revision 4593 of web client,
  a new import of library has been added :
  addons/openerp/controllers/impex.py
  line 70: import xlwt

  to install xlwt with linux the script populate.sh is used, xlwt is in the list of package to install and required.
  But for the windows build, to add xlwt in library.zip, you should add 'xlwt' line 23 in client-web\py2exeutils.py :
  - 'email.message','functools'
  + 'email.message','functools', 'xlwt'
  else if there is an export csv with excel format, there will certainly be an error importerror xlwt.
  Bye



References