Re: socket.gaierror from httplib

2005-08-29 Thread spamsink42
fantastic. many thanks. regards, eric -- http://mail.python.org/mailman/listinfo/python-list

Re: socket.gaierror from httplib

2005-08-29 Thread Steve Holden
[EMAIL PROTECTED] wrote: > this code > > h=httplib.HTTPConnection('euronext.com') > h.request('GET', > 'http://www.euronext.com/home/0,3766,1732,00.html') > > fails with this message > > File "httplib.py", line 532, in connect > socket.SOCK_STREAM): > socket.gaierror: (

socket.gaierror from httplib

2005-08-29 Thread spamsink42
this code h=httplib.HTTPConnection('euronext.com') h.request('GET', 'http://www.euronext.com/home/0,3766,1732,00.html') fails with this message File "httplib.py", line 532, in connect socket.SOCK_STREAM): socket.gaierror: (-2, 'Name or service not known') what am i doi