I've installed successfully "curl-7.33.0-win64.msi" and "pycurl-7.19.0.2.win-amd64-py2.7.exe"
I got following Error when I run the python script
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.
I have no idea how to fix this issue. Any help will be appreciated.