파이썬2 인코딩 오류1 [Python] 2.7 Encoding 에러 해결 파이썬 2.7 인코딩 에러 해결 (UnicodeDecodeError: 'ascii' codec can't decode byte 0xc7 in position 0: ordinal) 스크립트 첫줄에 파일의 인코딩을 명시 #-*- coding: utf-8 -*- C:\Python27\Lib\site.py Encoding utf-8 수정 def setencoding(): """Set the string encoding used by the Unicode implementation. The default is 'ascii', but if you're willing to experiment, you can change this.""" encoding = "utf-8" # Default value set by _Py.. 2019. 1. 26. 이전 1 다음