Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52975 > unrolled thread
| Started by | Александров Петр <petr_aleksandrov@mail.ru> |
|---|---|
| First post | 2013-08-25 15:23 +0400 |
| Last post | 2013-08-26 13:12 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
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
| From | Александров Петр <petr_aleksandrov@mail.ru> |
|---|---|
| Date | 2013-08-25 15:23 +0400 |
| Subject | Which 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]
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Date | 2013-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