Hello, When I try to open a URL using urllib2.urlopen it returns Name or service not known. It is not a problem with my Internet I believe, since I have Internet access on my computer, and I have verified it is not a syntax, or spelling, error on my part. I have also tried accessing the site (google.com) by IP like so: urllib2.urlopen('http://74.125.67.100/') but this does not work either. This is a traceback of an attempt to access it through its URL ( http://www.google.com/) http://dpaste.com/84016/ Any help would be very appreciated.
-- http://mail.python.org/mailman/listinfo/python-list