curl-and-python

Re: Re: Win32: ImportError: DLL load failed: The specified procedure could not be found.

From: Dima Tisnek <dimaqq_at_gmail.com>
Date: Wed, 14 May 2014 18:35:48 +0200

IIRC depends can be used to trace symbol resolution in a running program
too.
On 14 May 2014 17:36, "Jim Bell" <Jim_at_jc-bell.com> wrote:

>
> On 2014-05-13 6:40 AM, Dima Tisnek wrote:
>
>> Does depends tool tell you any specifics what is the procedure that
>> was not found?
>>
>
> The dependency walker only tells me which other .DLLs are required (fixed
> dependencies, not dynamic library loads). And it tells me that MSVCR90.DLL
> has no missing dependencies.
>
>
>> re: "<stdin>" that's when error already happened and Python tries to
>> print backtrace for you.
>>
>
> Thanks -- I kinda suspected that.
>
> But I get no window into what pycurl.pyd is trying to do at the point of
> failure. I tried running python with -vvv, but it only gives me search
> paths and such.
>
> I'm running Windows7 x64, but 32-bit python, and dependency walker tells
> me that libcurl.dll is 32-bit, as is MSVCR90.DLL. As they should be.
>
> Still stumped.
>
> _______________________________________________
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
>

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
Received on 2014-05-14