Python编码问题的终极解决方案:在python的Lib\site-packages文件夹下新建一个sitecustomize.py文件,输入:
import sys sys.setdefaultencoding('gb2312')
保存后,再运行python脚本。