Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3 Antworten
3071 Ansichten

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
Verwerfen
Autor

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

Autor Beste Antwort

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
Verwerfen
Beste Antwort

Just place your installed libraries in following path

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