I have this utils.py file in Django Architecture:
def range_data(ip): r = [] f = open(os.path.join(settings.PROJECT_ROOT, \'static\', \'csv \',
had similar problem earlier today, there was an end quote missing from a line and the solution is by instructing reader to perform no special processing of quote characters (quoting=csv.QUOTE_NONE).
reader
quoting=csv.QUOTE_NONE