我已经成功安装了“ 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.
我不知道如何解决这个问题。任何帮助将不胜感激。