Answering myself...

Chris Withers wrote:
In article <mailman.4598.1250022343.8015.python-l...@python.org>,
Chris Withers  <ch...@simplistix.co.uk> wrote:
Does anyone know of an alternative library for creating http requests and getting their responses that's faster but hopefully has a similar interface?

PyCurl

This seems to be a wrapper around libcurl.

Does it work on Windows?

Not by my definition of work:

- there are no windows binaries for libcurl

- getting https support on windows seems pretty hit'n'miss:
http://stackoverflow.com/questions/197444/building-libcurl-with-ssl-support-on-windows

I'm still reeling from what seems to be such a huge problem with httplib that seem to be largely ignored :-(

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
           - http://www.simplistix.co.uk
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to