Hello World

Just So So ...

运行Python时报错“Decode error - output not utf-8”解决方案

Sublime 1 评

Ctrl+b运行py文件时有输出到console的情况报错“Decode error - output not utf-8”
Windows环境下:可设置一个环境变量(系统变量)

PYTHONIOENCODING

值为

utf-8

即可解决

发表评论
撰写评论