Follower

2019年9月20日 星期五

【疑難雜症─Python】SyntaxError: Non-UTF-8 code starting with '\xe6' in file test.py on line 4, but no encoding declared

問題〈錯誤訊息〉:SyntaxError: Non-UTF-8 code starting with '\xe6' in file test.py on line 4, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details




解答:程式碼中加上「#coding=utf-8」。


參考資料:http://r97846001.blog.ntu.edu.tw/2014/01/24/python-%E8%99%95%E7%90%86-syntaxerror-no-encoding-declared/

沒有留言:

張貼留言