How do i install pyCurl?

后端 未结 7 1465
野的像风
野的像风 2020-12-13 14:36

I am VERY new to python. I used libcurl with no problems and used pyCurl once in the past. Now i want to set it up on my machine and dev. However i have no idea how to do it

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 15:15

    According to http://bazaar-vcs.org/PyCurl

    Since Windows does not come with neither cURL or pycURL, Windows users will have to install both.

    cURL downloads: http://curl.haxx.se/download.html.

    pycURL downloads: http://pycurl.sourceforge.net/download/.

    Both links contain Linux (and other *Nix) tarballs/packages and Windows installer files.

    There are windows installers at both links, hopefully they will work for you.

提交回复
热议问题