In what cases would Python throw this error:
"TypeError: bad argument type for built-in operation"
The error was reported in this line of code:
csv.reader(open(file_name), dialect=dialect)
I've tried to reproduce it but the closest I got was this error:
"TypeError: coercing to Unicode: need string or buffer, bool found"
I've tried with Python2.7 and Python 2.5 on Linux and Python 2.4 on Windows XP