SyntaxError: Non-ASCII character '\xe4' in file server.py on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.html for detailshtml
解決辦法,在有中文的python文件首行加入 #coding=utf-8python
問題解決。server