urllib2 - iteration over non-sequence

rplobue at gmail.com rplobue at gmail.com
Sat Jun 9 18:18:46 EDT 2007


im trying to get urllib2 to work on my server which runs python
2.2.1.  When i run the following code:


import urllib2
for line in urllib2.urlopen('www.google.com'):
      print line


i will always get the error:
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: iteration over non-sequence


Anyone have any answers?




More information about the Python-list mailing list