LookupError: unknown encoding: euc-kr
문제를 해결
# wget http://download.berlios.de/cjkpython/cjkcodecs-1.1.1.tar.gz
# tar xzf cjkcodecs-1.1.1.tar.gz
# cd cjkcodecs-1.1.1
# python setup.py install
s = 'euc-kr 한글'
print unicode(s, 'euc-kr')
문제를 해결
# wget http://download.berlios.de/cjkpython/cjkcodecs-1.1.1.tar.gz
# tar xzf cjkcodecs-1.1.1.tar.gz
# cd cjkcodecs-1.1.1
# python setup.py install
s = 'euc-kr 한글'
print unicode(s, 'euc-kr')



덧글