Slackware 13.1 64 bits and pyroom-0.4.1
$ env | grep LANGUAGE
LANGUAGE=es_ES
$ python --version
Python 2.6.4
# Debugging a bit in /usr/lib64/python2.6/site-packages/PyRoom/__init__.py
>>> print languages_used
['es_ES', ['es_ES']]
# Ooops not a plain list
Patch attached.
** Patch added: "Patch
Slackware 13.1 64 bits and pyroom-0.4.1
$ env | grep LANGUAGE
LANGUAGE=es_ES
$ python --version
Python 2.6.4
# Debugging a bit in /usr/lib64/python2.6/site-packages/PyRoom/__init__.py
>>> print languages_used
['es_ES', ['es_ES']]
# Ooops not a plain list
Patch attached.
** Patch added: "Patch