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


Groups > comp.lang.python > #52975 > unrolled thread

Which DLL did fail to load

Started byАлександров Петр <petr_aleksandrov@mail.ru>
First post2013-08-25 15:23 +0400
Last post2013-08-26 13:12 -0700
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Which DLL did fail to load Александров Петр <petr_aleksandrov@mail.ru> - 2013-08-25 15:23 +0400
    Re: Which DLL did fail to load Miki Tebeka <miki.tebeka@gmail.com> - 2013-08-26 13:12 -0700

#52975 — Which DLL did fail to load

FromАлександров Петр <petr_aleksandrov@mail.ru>
Date2013-08-25 15:23 +0400
SubjectWhich DLL did fail to load
Message-ID<mailman.217.1377429898.19984.python-list@python.org>
Hello.
When DLL load is failed, Python doesn't writes the DLL name. Wouldn't it 
better to add a feature to Python to write the name of DLL which load 
has been failed?

[toc] | [next] | [standalone]


#53016

FromMiki Tebeka <miki.tebeka@gmail.com>
Date2013-08-26 13:12 -0700
Message-ID<a3a1fc7b-b15b-48e1-afd0-5ac068c3d693@googlegroups.com>
In reply to#52975
>  Wouldn't it  
> better to add a feature to Python to write the name of DLL which load 
> has been failed?

If you start Python with the -v (verbose) flag, you can see all the calls to dlopen.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web