Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>TL,DR</strong></p> <p>Get a binary from this website: <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/" rel="nofollow">http://www.lfd.uci.edu/~gohlke/pythonlibs/</a></p> <p>Direct links: <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/qjbh48zu/pycurl-7.19.0.win32-py2.6.exe" rel="nofollow"><code>2.6 32bit</code></a>, <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/qjbh48zu/pycurl-7.19.0.win32-py2.7.exe" rel="nofollow"><code>2.7 32bit</code></a>,<a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/qjbh48zu/pycurl-7.19.0.win-amd64-py2.6.exe" rel="nofollow"><code>2.6 64bit</code></a>, <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/qjbh48zu/pycurl-7.19.0.win-amd64-py2.7.exe" rel="nofollow"><code>2.7 64bit</code></a></p> <hr> <p>For pycURL, both <code>pip</code> and <code>easy_install</code> will fail on Windows.</p> <p>I also tried to download and install the pycURL package manually, after downloading cURL, but that didn't work either, even if specifying the <code>CURL_DIR</code> ( it complained that it cannot find 'lib\libcurl.lib' ). From what I can gather from the README, what it needs in the <code>CURL_DIR</code> is the source distribution of cURL, not the executable.</p> <p>Downloading the precompiled version from the official <a href="http://pycurl.sourceforge.net/download/" rel="nofollow">pycURL repository</a> will probably get you nowhere, because it requires Python 2.5. It will <em>not</em> work with 2.6.</p> <p>The only easy way at the moment seems to be <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/5kq9gygp/pycurl-7.19.0.win32-py2.6.exe" rel="nofollow">this</a> unofficial release. It an executable installer, and I have used it without any issues with Python 2.6. A <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/5kq9gygp/pycurl-7.19.0.win32-py2.7.exe" rel="nofollow">version for Python 2.7</a> is available from <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/" rel="nofollow">the same site</a>.</p> <hr> <p>You might also want to consider using <a href="http://docs.python-requests.org/en/latest/" rel="nofollow"><code>requests</code></a>, a popular alternative to pycURL. It's a pleasure to use, and is actively developed.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload