Braxton Alfred writes: > Why does this not run? It is right out of the CSV file in the Standard Lib. > > > > > Python ver 3.4.4, 64 bit. > > > > > > > > import csv > """ READ EXCEL FILE """ > filename = 'c:\users\user\my documents\Braxton\Excel\personal\bp.csv'
'\b' is backspace. A couple of months ago I actually met a filename with a backspace in it. I renamed the file. Or maybe I removed it, I forget. But don't you get a SyntaxError from '\user'? [snip] -- https://mail.python.org/mailman/listinfo/python-list