N
Nagy László Zsolt
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?
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?