Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72051
| Date | 2014-05-26 08:20 +0200 |
|---|---|
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
| Subject | Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found |
| References | <53822B28.4070609@shopzeus.com> <lltohb$sup$1@ger.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10332.1401085243.18130.python-list@python.org> (permalink) |
2014.05.25. 23:49 keltezéssel, Terry Reedy írta: > 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 ??? Is with 3.4 amd64 > >> 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. It does. Installed Python 3.4.1 (64-bit) and pywin32-219 (64-bit) taken from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pywin32
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found Nagy László Zsolt <gandalf@shopzeus.com> - 2014-05-26 08:20 +0200
csiph-web