← Back to team overview

openerp-dev-web team mailing list archive

[Bug 736720] [NEW] trunk windows import xlwt

 

Vo Minh Thu (OpenERP) (vmt-openerp) has assigned this bug to you for OpenERP Web Client:

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

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

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