urllib.urlopen

Jay JMailone at gmail.com
Sun Dec 18 02:33:02 EST 2005


Easy Fix...

import urllib
the_url = "http://www.google.com"
req = urllib.urlopen(the_url)

Does this work for you??




More information about the Python-list mailing list