UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5
two ways to resolve this problem:
1 specific the way you encoding :
2 change sys.defaultencoding as your file's encoding :
comments powered by
1 specific the way you encoding :
2 change sys.defaultencoding as your file's encoding :