Right, so I looked at some python tutorials about interfacing with internet, but every time a use a code such as:
import urllib
pagetext = urllib.urlopen("http://www.python.org.html").read()
print pagetext
It just comes up with a load of error messages.
how can i sort this