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

Terry Reedy tjreedy at udel.edu
Sun May 25 17:49:32 EDT 2014


On 5/25/2014 1:40 PM, Nagy László Zsolt wrote:
>  >>> 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.

So the above is with ???

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

Make sure you have a pywin32 that matches ???. Matching includes python 
version and bitness.

-- 
Terry Jan Reedy





More information about the Python-list mailing list