py-serial + CSV

Michael Hoffman cam.ac.uk at mh391.invalid
Tue Aug 23 08:15:03 EDT 2005


McBooCzech wrote:

> r = csv.reader(s.readline())

csv.reader expects an iterable, not a str.
-- 
Michael Hoffman



More information about the Python-list mailing list