码迷,mamicode.com
首页 > 编程语言 > 详细

python中文注释报错问题

时间:2014-07-14 17:46:46      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:blog   http   文件   art   问题   python   

错误信息:

  SyntaxError: Non-ASCII character ‘\xe4‘ in file...

解决办法:

  在文件第一行或第二行添加:# -*- coding: utf-8 -*-

 

参考:http://blog.csdn.net/chen861201/article/details/7706535

python中文注释报错问题,布布扣,bubuko.com

python中文注释报错问题

标签:blog   http   文件   art   问题   python   

原文地址:http://www.cnblogs.com/yunsicai/p/3842927.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!