ImportError: No module named win32service

a 夏天 提交于 2020-01-15 05:32:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!