Bug#784330: game-data-packager without arguments refuses to run due to Python error

Simon McVittie smcv at debian.org
Tue May 5 14:15:33 UTC 2015


On 05/05/15 15:30, vbdasc wrote:
> Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Your locale cannot represent the names of all the supported games.

If you are intentionally using a language-neutral locale, please prefer
C.UTF-8 (available since jessie).

g-d-p could cope with this better, although it's really more a question
of "Python could cope with this better":
<https://bugs.python.org/issue19846>

As a workaround, you can set the PYTHONIOENCODING environment variable
to something like "utf8" or ":replace":

PYTHONIOENCODING=:replace game-data-packager --help

Regards,
    S



More information about the Pkg-games-devel mailing list