When I run python on the openelec, encounter the below issue.
version: Generic Builds OpenELEC 2.0 (Beta 3) - 1.95.3
root ~ # python
Python 2.7.2 (default, Mar 8 2012, 19:37:24)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import string
>>> unicode("df","gbk","ignore")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
LookupError: unknown encoding: gbk
>>> unicode("fdf","utf8","ignore")
u'fdf'
>>>
btw the gbk is a chinese character encode, it can been shown in the openelec GUI after i set the arial fonts.