Hello,<br>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 (<a href="http://google.com">google.com</a>) by IP like so:<br>
urllib2.urlopen('<a href="http://74.125.67.100/">http://74.125.67.100/</a>')<br>but this does not work either.<br>This is a traceback of an attempt to access it through its URL (<a href="http://www.google.com/">http://www.google.com/</a>)<br>
<a href="http://dpaste.com/84016/">http://dpaste.com/84016/</a><br>Any help would be very appreciated.<br>