Comment 13 for bug 367990

Revision history for this message
Juan Carlos Rodrigo (jrodrigog) wrote :

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.