Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72024 > unrolled thread
| Started by | Nagy László Zsolt <gandalf@shopzeus.com> |
|---|---|
| First post | 2014-05-25 19:40 +0200 |
| Last post | 2014-05-25 19:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
win32serviceutil: ImportError: DLL load failed: The specified module could not be found Nagy László Zsolt <gandalf@shopzeus.com> - 2014-05-25 19:40 +0200
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
|---|---|
| Date | 2014-05-25 19:40 +0200 |
| Subject | win32serviceutil: ImportError: DLL load failed: The specified module could not be found |
| Message-ID | <mailman.10308.1401039666.18130.python-list@python.org> |
>>> 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?
Back to top | Article view | comp.lang.python
csiph-web