Python ASCII error » 이력 » 버전 1
SANGKYU KANG, 2018-10-02 04:57 오후
1 | 1 | SANGKYU KANG | h1. Python ASCII error |
---|---|---|---|
2 | |||
3 | |||
4 | |||
5 | /usr/lib/python2.x/site-package/sitecustomize.py |
||
6 | 생성 |
||
7 | |||
8 | import sys |
||
9 | sys.setdefaultencoding("utf-8") |
||
10 | |||
11 | 추가 |