never had problems with pycurl installation (normal pip install) but there are a lot of alternatives that are valid (this 2 or 3 year ago wasn't true, pycurl was the only really advanced implementation of an http client) and in plain python. have you looked at requests (http://docs.python-requests.org/en/latest/index.html) ?
Il giorno martedì 31 luglio 2012 07:16:41 UTC+2, Amit ha scritto: > > Hi, > I want to use pycurl in my web2py app to send Post request to the server, > I added Pycurl path(path to pycurl.c file ---> pycurl-7.19.0\src) to > pythonpath and tried to import pycurl in default.py class but it throws > error " > <type 'exceptions.ImportError'> No module named pycurl" > > even i tried to add pycurl.c file in mudule but it shows "pycurl.c.py", > so not sure how to add pycurl.c file in web2py project and use it? > > Please assist me to resolve this issue. > > > > --

