Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72086
| Date | 2014-05-26 21:22 +0200 |
|---|---|
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
| Subject | Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found |
| References | (1 earlier) <lltohb$sup$1@ger.gmane.org> <1401109074.81861.YahooMailNeo@web163801.mail.gq1.yahoo.com> <53834093.9090302@shopzeus.com> <mailman.10343.1401111146.18130.python-list@python.org> <e3ee9dfb-be9d-478b-9f8f-3e695e670d28@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10355.1401132144.18130.python-list@python.org> (permalink) |
> Python 3.4 does not run any bdist_wininst postinstall scripts. Try to run `C:\Python34\python.exe C:\Python34\Scripts\pywin32_postinstall.py -install` manually from an elevated command prompt. Much better when ran as an administrator: C:\Python\Projects\test>C:\Python34\python.exe C:\Python34\Scripts\pywin32_postinstall.py -install Copied pythoncom34.dll to C:\Windows\system32\pythoncom34.dll Copied pywintypes34.dll to C:\Windows\system32\pywintypes34.dll Registered: Python.Interpreter Registered: Python.Dictionary Registered: Python -> Software\Python\PythonCore\3.4\Help[None]=None -> Software\Python\PythonCore\3.4\Help\Pythonwin Reference[None]='C:\\Python34\\Lib\\site-packages\\PyWin32.chm' Pythonwin has been registered in context menu Shortcut for Pythonwin created Shortcut to documentation created The pywin32 extensions were successfully installed. I wonder why is a difference between 2.7 and 3.4 in this?
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found Tim Golden <mail@timgolden.me.uk> - 2014-05-26 14:32 +0100
Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found cjgohlke@gmail.com - 2014-05-26 08:06 -0700
Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found [SOLVED] Nagy László Zsolt <gandalf@shopzeus.com> - 2014-05-26 21:18 +0200
Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found Nagy László Zsolt <gandalf@shopzeus.com> - 2014-05-26 21:22 +0200
csiph-web