Can\'t install pycurl with pip, win xp x32, python 2.7.
here is the log
pip install pycurl Downloading/unpacking pycurl Downloading pycurl-7.19.3.1
steps to follow :
brew install openssl
PYCURL_SSL_LIBRARY=openssl LDFLAGS="-L/usr/local/opt/openssl/lib" CPPFLAGS="-I/usr/local/opt/openssl/include" pip install --no-cache-dir pycurl