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: Thu, 15 May 2014 10:12:24 -0500

On 2014-05-15 1:38 AM, Dima Tisnek wrote:
> http://www.dependencywalker.com/help/html/application_profiling.htm
>
> there you go :)

Wow! Super-cool! Thanks. (For the record, though I'm running Windows7
x64, I need the 32-bit version of depends.exe to profile a 32-bit
python.exe.)

The offending call is the second call to LoadLibraryExA:

LoadLibraryExA("c:\software\python27x86\lib\site-packages\pycurl.pyd",
0x00000000, LOAD_WITH_ALTERED_SEARCH_PATH) returned NULL. Error: The
specified procedure could not be found (127).

The first call, which appears the same, succeeds.

Full log: http://pastebin.com/a0SSatg5

>
> On 14 May 2014 20:12, Jim Bell <Jim_at_jc-bell.com> wrote:
>> 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.
>>
>>
...
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
Received on 2014-05-15