pycurl installation on Windows

孤街浪徒 提交于 2019-12-02 18:27:57

Andelf's answer didn't work on my Win 7 x64 machine, but Christoph Gohlke's site has a package that works for me.

You install pyCURL on Windows via the provided win32-specific binaries.

Here is the url,

this sites packages are rocks http://www.lfd.uci.edu/~gohlke/pythonlibs/#pycurl

romesh powar

I built pycurl without ssl today for urlgrabber 3.9 and it worked. the dir i used was c:\Pycurl-7.19.0 and same as --curl-dir ,as given CURL_DIR in setup.py, but with fresh compiled libcurl.lib from sources using vc express 08, inside the dir in respective places ie it needs some include files also. try running after the step above for the next err or just check setup.py.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!