Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "ardListToCSV.py", line 27, in <module>
  3.     outputcsv.writerows(outputArray)
  4. UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 11: ordinal not in range(128)
  5.  
  6. shell returned 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement