Also check that you have python configured for UTF-8. I have this code in sitecustomize.py on lib/site-packages.
import sys
sys.setdefaultencoding('utf-8')
Also check that you have python configured for UTF-8. I have this code in sitecustomize.py on lib/site-packages.
import sys
sys.setdefaultencoding('utf-8')