curl-and-python

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

From: Jim Bell <Jim_at_jc-bell.com>
Date: Wed, 14 May 2014 13:12:13 -0500

On 2014-05-14 11:35 AM, Dima Tisnek wrote:
>
> IIRC depends can be used to trace symbol resolution in a running
> program too.
>

I don't see that capability. I've never seen it here, though I see the
functions in the .dll.

Maybe another tool?

> On 14 May 2014 17:36, "Jim Bell" <Jim_at_jc-bell.com
> <mailto: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

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