HTTPlib.py error
Matej Cepl
Cepl at fpm.cz
Wed Jun 2 09:03:36 EDT 1999
What's wrong with me?
Probably, the missing thing is some kind of configuration of httplib.py,
but even in documentation I did not find anything helpfull.
Thanks for any response
Matthew
--------------------------------------------------------------
C:\Program Files\Python\lib>python "C:\Program
Files\Python\lib\httplib.py"
Traceback (innermost last):
File "C:\Program Files\Python\lib\httplib.py", line 193, in ?
test()
File "C:\Program Files\Python\lib\httplib.py", line 179, in test
h.connect(host)
File "C:\Program Files\Python\lib\httplib.py", line 79, in connect
self.sock.connect(host, port)
File "<string>", line 1, in connect
socket.error: host not found
More information about the Python-list
mailing list