On Fri, 29 Apr 2005 01:44:30 +0100, Michael Hoffman
<[EMAIL PROTECTED]> wrote:

>for row in csv.reader(fileinput.input()):

csv.reader requires that if the first arg is a file that it be opened
in binary mode.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to