Re: Which DLL did fail to load

2013-08-26 Thread Miki Tebeka
> 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. -- http://mail.python.org/mailman/listinfo/python-list

Re: Which DLL did fail to load

2013-08-25 Thread Terry Reedy
On 8/25/2013 7:23 AM, Александров Петр wrote: 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? If Python initiates a dll load and Python knows the name of the dll and Python writes t