IOError: [Errno socket error] [Errno 11004] getaddrinfo failed
问题 I am beginner python prorammer. With 2.7.2, Windows 7, built-in interpreter, and three libraries. I am trying to do this, with error. I appreciate any help? import os import urllib import socket DISNEY_URL = 'http://www.sec.gov/Archives/edgar/data/1001039/000119312511321340/dis-20111001.xml' #Neither of these seem to work when opening with urllib.urlopen becaue of the error: #I/O error(socket error): [Errno 11004] getaddrinfo failed DISNEY_LOCAL = 'file://C:/Users/Nate/Desktop/Education