If I run:
urllib2.urlopen(\'http://google.com\')
even if I use another url, I get the same error.
I\'m pretty sure there is no fire
add s to the http i.e urllib2.urlopen('https://google.com')
worked for me