Reputation: 1531
I am using odoo8 with python 2.7.9 (64 bit) on eclipse IDE. Python software got corrupted so I had to reinstall it.Now I am facing this new problem ImportError: No module named win32service
Upvotes: 5
Views: 46237
Reputation: 2868
You need to install pywin32.
Either use pip install pywin32
or download from GitHub https://github.com/mhammond/pywin32/releases
Upvotes: 26
Reputation: 1379
You need to install Piwin32 using pip
pip install pypiwin32
Upvotes: 11