码迷,mamicode.com
首页 > 其他好文 > 详细

encoding declare

时间:2014-08-18 15:58:22      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:http   for   ar   line   ad   python   on   sp   

SyntaxError: Non-ASCII character ‘\xe6‘ in file google.py on line 17, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

 

Add the  # -*- coding: utf-8 -*-  line to the beginning of the file.

e.g.

#!/usr/bin/env python
# -*- coding: utf-8 -*- 

encoding declare,布布扣,bubuko.com

encoding declare

标签:http   for   ar   line   ad   python   on   sp   

原文地址:http://www.cnblogs.com/hwei/p/3919438.html

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