Releases: buaabyl/pycurl-win32
Releases · buaabyl/pycurl-win32
python3.6-pycurl-7.43.0-curl-7.52.1-openssl-1.0.2k(mingw)
Just like the title.
It successful built with cp27,cp36, but fail with cp35....
python2.7-pycurl-7.19.0.3+curl-7.33.0+openssl-0.9.8.20(msvc9)
I build this with visual studio 2008 sp1, and curl/openssl is static link (complie with /MD), so it just depend on MSVCR9 and python27.dll, no need to dynamic load openssl dlls.
pycurl-7.19.0.3.win32.zip is build with
setup.py --curl-dir=libcurl build bdist
pycurl-7.19.0.3.win32-py2.7.exe is build with
setup.py --curl-dir=libcurl build bdist_wininst