Kiran
Kiran

Reputation: 1531

ImportError: No module named win32service

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

Answers (2)

Ishay Peled
Ishay Peled

Reputation: 2868

You need to install pywin32.

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

Upvotes: 26

Nwawel A Iroume
Nwawel A Iroume

Reputation: 1379

You need to install Piwin32 using pip

pip install pypiwin32

Upvotes: 11

Related Questions