Traceback (most recent call last):
File "<pyshell#27>", line 1, in <module>
server = NNTP('http://www.news.readfreenews.net')
File "C:\Python27\lib\nntplib.py", line 112, in __init__
self.sock = socket.create_connection((host, port))
File "C:\Python27\lib\socket.py", line 553, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
gaierror: [Errno 11001] getaddrinfo failed
>>>
你能帮忙吗