On Oct 20, 12:47 am, Johannes Bauer <[email protected]> wrote: > > >>> from urllib import request; request.URLopener().open("http://google.de") >
aren't you supposed to call read on the return value of open?
i.e.,
request.URLopener().open("http://google.de").read()
--
http://mail.python.org/mailman/listinfo/python-list
