`
guangjeson
  • 浏览: 5856 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

SyntaxError: Non-UTF-8 code starting with '\xc1' in file...

阅读更多

程序中出现中文,运行的时候出现如下错误:

SyntaxError: Non-UTF-8 code starting with '\xc1' in file E:\...\xxx.py on line 8, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

 

导致出错的根源就是编码问题。

解决方案是:

     在程序最上面加上:# coding=gbk

这样程序就可以正常运行了。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics