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: Sun, 18 May 2014 07:54:03 -0500

On 2014-05-16 9:44 PM, Oleg Pudeyev wrote:
> The log has been very helpful - I believe I see the problem.
>
> ...
>
> Using pycurl linked against one crt with python linked against another
> crt will either not work at all or will produce subtle bugs/crashes in
> some scenarios. Short version: pycurl must be compiled against the same
> crt python, and libcurl, are compiled against. This might require
> libcurl to be recompiled against whatever crt python was compiled
> against.

YOU ROCK! I was running Python 2.7.3. I upgraded to 2.7.6 (latest) and
pycurl now imports and works!

Wow, was that subtle. I never would have guessed MSVCRT9.dll had changed.

Problem solved! Thanks!

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