Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
6540 Lượt xem

Dear Community,

I am running odoo8 on  windows server 2008 R2,i have developed custom module and reports which uses xlsxwriter library, but when i try to run same module on windows it is givng me following error  "importerror : no module named xlsxwriter.workbook"
I have also install python27 in C:/python27.
there is egg file of Xlsxwriter in c:/python/27/lib/site-packages .

But still the error remain same .
Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Please use these command 


$ pip install xlsxwriter

also refer this link https://github.com/OCA/reporting-engine/tree/9.0/report_xlsx


Ảnh đại diện
Huỷ bỏ