Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
3053 Vistas

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
Descartar
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 Mejor respuesta

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
Descartar
Mejor respuesta

Just place your installed libraries in following path

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