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 OpenERP
SA's Web Client R&D, which is a bug assignee.
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
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-web
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-web
More help : https://help.launchpad.net/ListHelp