ImportError: No module named win32service

Kiran picture Kiran · Jul 5, 2016 · Viewed 23.2k times · Source

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

Answer

Ishay Peled picture Ishay Peled · Jul 5, 2016

You need to install pywin32.

Either use pip install pywin32 or download from GitHub https://github.com/mhammond/pywin32/releases