Python
실행시, SyntaxError
가 발생하면서, non-utf-8 code starting with ' xc6'
가 나타났다. 찾아보니, 한글 인코딩
문제였다.
SyntaxError: Non-UTF-8 code starting with '\xed'
in file <FilePath> but no encoding declared;
see http://python.org/dev/peps/pep-0263/ for details
# -_- coding: utf-8 -_-
삽입# -*- coding: utf-8 -*-
# 라이브러리 import
import pymysql
import os, json
import glob
import shutil as sh
...
이상입니다.
궁금하신 점은 댓글 남겨주세요!
소통도 환영합니다~~ 감사합니다 :D