3

我已经成功安装了“ curl-7.33.0-win64.msi ”和“ pycurl-7.19.0.2.win-amd64-py2.7.exe

运行 python 脚本时出现以下错误

import pycurl importError: DLL load failed: The specified procedure could not be found

  File "C:\cc_stg\Git\bugzilla\cgi-bin\newbugs_lag.py", line 3, in <module>
    import create_bugzillas
  File "C:\cc_stg\Git\bugzilla\cgi-bin\create_bugzillas.py", line 2, in <module>
    import bugzilla
  File "C:\cc_stg\Git\bugzilla\cgi-bin\bugzilla\__init__.py", line 21, in <module>
    from bugzilla.base import BugzillaError
  File "C:\cc_stg\Git\bugzilla\cgi-bin\bugzilla\base.py", line 19, in <module>
    import pycurl
ImportError: DLL load failed: The specified procedure could not be found.

我不知道如何解决这个问题。任何帮助将不胜感激。

4

1 回答 1

1

即使我在 Python 2.7.3 中也遇到了同样的问题。后来我将我的 python 升级到 V2.7.8 解决了这个问题。

于 2015-04-16T10:53:32.783 回答