pycurl installation on Windows

前端 未结 5 1104
情歌与酒
情歌与酒 2021-02-01 09:30

I am not able to install pycurl on Windows on Python2.6. Getting following error:

C:\\Documents and Settings\\vijayendra\\Desktop\\Downloads\\pycurl-7.19.0>py         


        
相关标签:
5条回答
  • 2021-02-01 09:49

    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.

    0 讨论(0)
  • 2021-02-01 10:01

    http://wiki.woodpecker.org.cn/moin/PyCurl?action=AttachFile&do=view&target=pycurl-7.20.1-bin-win32-py26.zip

    unzip it and copy all to your site-packages :)

    0 讨论(0)
  • 2021-02-01 10:01

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

    0 讨论(0)
  • 2021-02-01 10:04

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

    0 讨论(0)
  • 2021-02-01 10:12

    Here is the url,

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

    0 讨论(0)
提交回复
热议问题