qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

LookupError: unknown encoding: ISO-8859-15 #84

Open dmarcelino opened 9 years ago

dmarcelino commented 9 years ago

Hi, I'm trying to run SickRage with QPython but at some point I hit the error:

  File "/storage/emulated/0/com.hipipal.qpyplus/projects/SickRage/lib/hachoir_core/i18n.py", line 163, in <module>
    (set(u"©®éêè\xE0ç€".encode("ISO-8859-15")), "ISO-8859-15"),
LookupError: unknown encoding: ISO-8859-15

Is there a way to add support for this encoding or does this require QPython changes?

Full details in https://github.com/SiCKRAGETV/sickrage-issues/issues/2437#issuecomment-128815640. Thanks!