curl-and-python

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

From: Dima Tisnek <dimaqq_at_gmail.com>
Date: Tue, 13 May 2014 13:40:27 +0200

Does depends tool tell you any specifics what is the procedure that
was not found?

re: "<stdin>" that's when error already happened and Python tries to
print backtrace for you.

On 13 May 2014 13:25, Jim Bell <Jim_at_jc-bell.com> wrote:
> I installed pycurl using the pycurl-7.19.3.1.win32-py2.7.msi installer. But
> I get this:
>
>
>>>> import pycurl
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> ImportError: DLL load failed: The specified procedure could not be found.
>
>
> Using depends.exe, I found that the installed Lib/site-packages/libcurl.dll
> has a dependency to MSVCR90.DLL. I found a copy of that file and put it next
> to libcurl.dll, but it doesn't change the behavior.
>
> Looking at it with SysInternals' ProcMon, I see Lib/site-packages/pycurl.pyd
> loading, then libcurl.dll. But then it seems to be looking for a file named
> "<stdin>", scours the python path for it, then fails.
>
>
> Thanks in Advance,
> -Jim
> _______________________________________________
> 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-13