c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20061
[Bug 736720] Re: trunk windows import xlwt
This report concerns the web server. xlwt is an optional dependency for
excel support. It can be added as an extra_require in the setup.py and
probably should be unconditionally packaged for Windows.
** Project changed: openobject-server => openobject-client-web
** Changed in: openobject-client-web
Milestone: 6.1 => None
** Changed in: openobject-client-web
Assignee: OpenERP's Framework R&D (openerp-dev-framework) => OpenERP SA's Web Client R&D (openerp-dev-web)
--
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 Web Client:
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