Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 722
Kiran Avatar asked Jul 05 '16 07:07

Kiran


1 Answers

You need to install pywin32.

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

like image 52
Ishay Peled Avatar answered Oct 05 '22 23:10

Ishay Peled