Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72085

Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found [SOLVED]

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <gandalf@shopzeus.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.011
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'subject:not': 0.03; 'win32': 0.03; 'context': 0.07; 'installed.': 0.07; 'permissions': 0.09; 'subject: [': 0.09; 'subject:module': 0.09; 'python': 0.11; '(am': 0.16; 'objects.': 0.16; 'pythonwin': 0.16; 'pywin32': 0.16; 'registered.': 0.16; 'scripts.': 0.16; 'subject: \n ': 0.16; 'subject:failed': 0.16; 'extensions': 0.16; 'folder': 0.16; 'bit': 0.19; 'command': 0.22; '>>>': 0.22; 'import': 0.22; 'install': 0.23; 'creating': 0.23; 'header:User-Agent:1': 0.23; 'copied': 0.24; 'skip:` 20': 0.24; 'skip:l 30': 0.24; 'header:In-Reply- To:1': 0.27; 'skip:( 20': 0.30; 'thanks!': 0.32; 'run': 0.32; "can't": 0.35; 'objects': 0.35; 'subject:]': 0.38; 'to:addr :python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'manually': 0.60; 'received:62': 0.63; 'subject:The': 0.64; 'more': 0.64; 'sample': 0.67; 'skip:r 30': 0.69; '2014,': 0.84; '3.4': 0.84; 'elevated': 0.84; 'received:192.168.13': 0.84; 'received:192.168.13.238': 0.84; 'received:62.179': 0.84; 'received:62.179.121': 0.84; 'received:edge03.upcmail.net': 0.84; 'received:upcmail.net': 0.84; 'subject:found': 0.93
X-SourceIP 86.101.30.243
Date Mon, 26 May 2014 21:18:10 +0200
From Nagy László Zsolt <gandalf@shopzeus.com>
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version 1.0
To python-list@python.org
Subject Re: win32serviceutil: ImportError: DLL load failed: The specified module could not be found [SOLVED]
References <53822B28.4070609@shopzeus.com> <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>
In-Reply-To <e3ee9dfb-be9d-478b-9f8f-3e695e670d28@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.10354.1401131899.18130.python-list@python.org> (permalink)
Lines 31
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1401131899 news.xs4all.nl 2845 [2001:888:2000:d::a6]:54764
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:72085

Show key headers only | View raw


> 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.
>
> Christoph
C:\>C:\Python34\python.exe C:\Python34\Scripts\pywin32_postinstall.py 
-install
Copied pythoncom34.dll to C:\Python34\pythoncom34.dll
Copied pywintypes34.dll to C:\Python34\pywintypes34.dll
You do not have the permissions to install COM objects.
The sample COM objects were not registered.
-> 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
Creating directory C:\Python34\Lib\site-packages\win32com\gen_py
Can't install shortcuts - 
'C:\\Users\\Laci\\AppData\\Roaming\\Microsoft\\Windows
\\Start Menu\\Programs\\Python 3.4' is not a folder
The pywin32 extensions were successfully installed.

C:\>python
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:45:13) [MSC v.1600 64 
bit (AM
D64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> import win32service
 >>>

Thanks!

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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