在Windows上安装pycurl,DLL错误

时间:2013-10-23 16:28:16

标签: python windows pycurl

我在{7}}上提供的二进制文件中使用Python 2.7在我的Windows 7 64位计算机上安装了pycurl

但是,我收到以下错误

>>> import pycurl
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified procedure could not be found.

如果我运行pip install pycurl,我会

Requirement already satisfied (use --upgrade to upgrade): pycurl in c:\python27\lib\site-packages
Cleaning up...

所以我相信它安装正确,但我错过了一个DLL文件吗?

请告知。

1 个答案:

答案 0 :(得分:2)

嗨,我遇到同样的情况,我得到了同样的错误“ImportError:DLL load failed:”。最后,当我注意到intaller是为python 2.7.6构建的时候,我只是通过将我的python从2.7.2更新到2.7.6来解决它。 但是,我的操作系统是Windows 7 32位。我希望我的解决方案可以帮到你。祝你好运。