Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'jan': 0.12; "wouldn't": 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.18; 'load': 0.23; 'header:User- Agent:1': 0.23; 'dll': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'feature': 0.29; 'am,': 0.29; "doesn't": 0.30; 'yes.': 0.31; 'knows': 0.35; 'add': 0.35; 'writes': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'received:173': 0.61; 'information,': 0.61; 'name': 0.63; 'more': 0.64; '8bit%:100': 0.72; 'initiates': 0.84; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Which DLL did fail to load Date: Sun, 25 Aug 2013 15:06:34 -0400 References: <5219E91C.4030809@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <5219E91C.4030809@mail.ru> 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377457607 news.xs4all.nl 15945 [2001:888:2000:d::a6]:40909 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52983 On 8/25/2013 7:23 AM, =D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1= =80=D0=BE=D0=B2 =D0=9F=D0=B5=D1=82=D1=80 wrote: > When DLL load is failed, Python doesn't writes the DLL name. Wouldn't i= t > better to add a feature to Python to write the name of DLL which load > has been failed? If Python initiates a dll load and Python knows the name of the dll and=20 Python writes the failure message, then yes. Without more information,=20 it is impossible to know if all these conditions are true. --=20 Terry Jan Reedy