Easy Fix... import urllib the_url = "http://www.google.com" req = urllib.urlopen(the_url)
Does this work for you?? -- http://mail.python.org/mailman/listinfo/python-list
Easy Fix... import urllib the_url = "http://www.google.com" req = urllib.urlopen(the_url)
Does this work for you?? -- http://mail.python.org/mailman/listinfo/python-list