SyntaxFix
Write A Post
Hire A Developer
Questions
An easy solution to overcome this problem is to set your default encoding to utf8. Follow is an example
import sys reload(sys) sys.setdefaultencoding('utf8')