pycurl
pycurl copied to clipboard
Unofficial pycurl repository with full developing history
While trying to install pycurl2 using `pip install`: ``` root@5711ba02e58a:/opt/src# pip install pycurl2 Downloading/unpacking pycurl2 Downloading pycurl2-7.20.0.tar.gz (133kB): 133kB downloaded Running setup.py (path:/tmp/pip_build_root/pycurl2/setup.py) egg_info for package pycurl2 Using curl-config (libcurl...
Setuptools fails on unrecognized options (ex. --curl-config=...) this patch removes custom options from sys.argv when they are parsed. Problem presents on setuptools 1.0 Ex. % python2.7 setup.py build --curl-config=/usr/bin/curl-config Using...
I'm using a Mageia 3 Linux box, which doesn't provide static libraries: https://wiki.mageia.org/en/Libraries_policy#.2A.la_files https://wiki.mageia.org/en/Packaging_guidelines#Packaging_Static_Libraries Fedora has the same policy: https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries But dynamic libraries are provided. For instance, running `locate libcurl.so`...
Server should be mocked like it's best practice in testing.
how build pycurl2 on window ?
``` (atest) Z:\3>pip install pycurl2 Downloading/unpacking pycurl2 Running setup.py egg_info for package pycurl2 Traceback (most recent call last): File "", line 16, in File "Z:\3\atest\build\pycurl2\setup.py", line 41, in from setup_helpers...