welcomestocontact at gmail.com wrote: > h = httplib.HTTP('http://Google.com',80) This should be: h = httplib.HTTP('Google.com',80) And I certainly agree with the others, check out urllib*. Ian