Hi,
I was trying to import the python module win32print. I have installed pywin32 in my system, and when I try to import from a python file outside odoo, it works fine. But when I try to import the module win32print from a python file inside odoo, it shows import error, unable to import the module pywin32.
Is there any way to link the python modules installed in the system to odoo ?
I am using windows 10, 64 bit with python 2.7 installed
Thanks in advance.
Unless Odoo brought its own python, I don't think any linking should be necessary.
If you are running Windows 10, you could try to use the Ubuntu subsystem, where you can simply use python as installed by the system.