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.
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...