McBooCzech wrote: > r = csv.reader(s.readline())
csv.reader expects an iterable, not a str. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list
McBooCzech wrote: > r = csv.reader(s.readline())
csv.reader expects an iterable, not a str. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list