运维网's Archiver
论坛
›
Python
› python 常见错误异常
457475451
发表于 2017-4-24 06:17:53
python 常见错误异常
SyntaxError: Non-ASCII character '\xe8' in file /home/yunpeng/workspace/coolway/member/manager.py on line 6, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
文件头需要加上:# -*- coding: utf-8 -*-
页:
[1]
查看完整版本:
python 常见错误异常