Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • I get this error. Hoe do I fix this. /Final_PGA2.py", line 44, in <module> writer.writerow(row) UnicodeEncodeError: 'ascii' codec can't encode character u'\u201c' in position 35: ordinal not in range(128) Commented Jun 27, 2015 at 15:47
  • @Gonzalo68 Yes, it is a problem with the csv writer, it cannot handle Unicode properly. I am modifying my answer. Check it out. Commented Jun 28, 2015 at 2:20