Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:not': 0.03; 'importerror:': 0.07; 'matches': 0.07; 'failed:': 0.09; 'subject:module': 0.09; 'python': 0.11; '???.': 0.16; 'amd64': 0.16; 'pywin32': 0.16; 'reedy': 0.16; 'subject: \n ': 0.16; 'subject:failed': 0.16; 'wrote:': 0.18; 'module': 0.19; '>>>': 0.22; 'import': 0.22; 'load': 0.23; 'header:User-Agent:1': 0.23; 'dll': 0.24; 'url:edu': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; '???': 0.30; 'matching': 0.30; 'specified': 0.30; '"",': 0.31; 'loading': 0.31; 'file': 0.32; '(most': 0.33; 'guess': 0.33; 'could': 0.34; 'problem': 0.35; 'version': 0.36; 'right?': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'recent': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'from:charset:utf-8': 0.61; 'here:': 0.62; 'received:62': 0.63; 'subject:The': 0.64; '2.7.': 0.84; '3.4': 0.84; 'nagy': 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 08:20:26 +0200 From: =?UTF-8?B?TmFneSBMw6FzemzDsyBac29sdA==?= 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 References: <53822B28.4070609@shopzeus.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401085243 news.xs4all.nl 2936 [2001:888:2000:d::a6]:48935 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72051 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 "", line 1, in >> 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