new-line character seen in unquoted field - do you need to open the file in universal-newline mode?
Just come across the same problem - using ver 2.7.4 with pythonanywhere.comThe issue seems to be with the csv files created by Excel (I am on Mac OSX). I have a simple 2-column list of ISO country codes and nationalities on an Excel spreadsheet. Saving from Excel to CSV creates a file that, when uploading, creates the above error message. If I use OpenOffice to write the CSV file it uploads without an issue.