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:03:43 -0500

On 2014-05-14 11:29 AM, Gisle Vanem wrote:
> "Jim Bell" <Jim_at_jc-bell.com> wrote:
>
>> 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.
>
> ProcMon from Sysinternals is nice for these cases. Create a filter on
> Python.exe only and run an pycurl example. E.g. 'python basicfirst.py'
> shows a lot of stuff here. I'm not sure how to filter on GetProcAddress
> or it's equivalent only.

In fact, I did use ProcMon. (See my original post.) It gives me
operations on libcurl.dll, but nothing telling me the procedure for
which it's looking.

No hints in the source-code (pycurl.c) either.

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