SyntaxError: Non-ASCII character '\xe5' in file index.py on line 15, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
在最前面加个# coding=utf-8就好了,版本问题