تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
3022 أدوات العرض

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

الكاتب أفضل إجابة

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

الصورة الرمزية
إهمال
أفضل إجابة

Just place your installed libraries in following path

C:\Program Files (x86)\Odoo 8.0-20150811\server
الصورة الرمزية
إهمال