win32serviceutil: ImportError: DLL load failed: The specified module could not be found

Nagy László Zsolt gandalf at shopzeus.com
Sun May 25 13:40:56 EDT 2014


 >>> import win32service
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found

I have no problem loading the same module with Python 2.7.

Strange thing is that win32serviceutil.py is part of the pywin32 
distribution, so I guess I should be able to import it, right?




More information about the Python-list mailing list