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
I had the same problem. I was able to install it with easy_install instead:
easy_install pycurl
For easy_install, see setuptools.