I am getting this error:
import win32service as ws
ImportError: No module named win32service
on server/openerp/tools/osutil.py
I am trying to run Openerp 7.0 with python 2.7 on windows 7 64bits
Any help is appreciated, thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I am getting this error:
import win32service as ws
ImportError: No module named win32service
on server/openerp/tools/osutil.py
I am trying to run Openerp 7.0 with python 2.7 on windows 7 64bits
Any help is appreciated, thanks
Some packages have a 32bit and a 64bit version available - you must download the one which corresponds to the Python you have installed. Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32.
https://github.com/mhammond/pywin32/releases
You need to install the package from win32all:
http://sourceforge.net/projects/pywin32/files/pywin32/Build 214/pywin32-214.win32-py2.7.exe/download
Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.