问题
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
回答1:
You need to install pywin32.
Either use pip install pypiwin32
or download from https://github.com/mhammond/pywin32/releases
回答2:
You need to install Piwin32 using pip
pip install pypiwin32
回答3:
If you use PyCharm, restart IDE.
来源:https://stackoverflow.com/questions/38197879/importerror-no-module-named-win32service