Skip to Content
Menu
This question has been flagged
3 Replies
2785 Views

I am running Odoo 8 on Windows and have a module that requires Pywin32

I successfully added it using pip and have tested "import wincom32.com" and "import Pywin32

" using the IDLE (Python GUI)

How to  install the PY libraries in the same path as the other libraries which Odoo uses?i have that problem with pywin32, thanks in advance.

Avatar
Discard
Author

Thanks.

C:\Program Files (x86)\Odoo 8.0-20171010\server>C:\Python27\Scripts\pip.exe install xlutils

Downloading/unpacking xlutils

Downloading/unpacking xlwt>=0.7.4 (from xlutils)

Requirement already satisfied (use --upgrade to upgrade): xlrd>=0.7.2 in c:\python27\lib\site-packages (from xlutils)

Installing collected packages: xlutils, xlwt

Successfully installed xlutils xlwt

Cleaning up...

Author Best Answer

Thanks Sehrish .

C:\Program Files (x86)\Odoo 8.0-20171010\server>C:\Python27\Scripts\pip.exe install xlutils

Downloading/unpacking xlutils

Downloading/unpacking xlwt>=0.7.4 (from xlutils)

Requirement already satisfied (use --upgrade to upgrade): xlrd>=0.7.2 in c:\python27\lib\site-packages (from xlutils)

Installing collected packages: xlutils, xlwt

Successfully installed xlutils xlwt

Cleaning up...

Avatar
Discard
Best Answer

Just place your installed libraries in following path

C:\Program Files (x86)\Odoo 8.0-20150811\server
Avatar
Discard