반응형
http://harookie.springnote.com/pages/759316 참고
위 예제를 가지고 간단한 테스트 코드 작성.
한글 나오는 법은 추후 분석해야 할듯.
File "parser.py", line 33, in <module>
u = unicode(s, 'euc-kr').encode('utf-8')
UnicodeDecodeError: 'euc_kr' codec can't decode bytes in position 49-50: illegal multibyte sequence
이런 에러가 난다.
위 예제를 가지고 간단한 테스트 코드 작성.
한글 나오는 법은 추후 분석해야 할듯.
File "parser.py", line 33, in <module>
u = unicode(s, 'euc-kr').encode('utf-8')
UnicodeDecodeError: 'euc_kr' codec can't decode bytes in position 49-50: illegal multibyte sequence
이런 에러가 난다.
반응형
'프로그래밍 언어 > <Python>' 카테고리의 다른 글
py2exe with PMW (0) | 2010.12.28 |
---|---|
py2exe (0) | 2010.12.28 |
[파이썬] CSV2SQL ver 0.1 (0) | 2010.08.27 |
[python] Windows에서 커맨드창 하나 더 띄우기 (0) | 2010.08.24 |
[wxPython 예제] 2. layout (0) | 2010.08.18 |