Python locale error: unsupported locale setting
Why do I get the following error when doing this in python:
>>> import locale
>>> print str( locale.getlocale() )
(None, None)
>>> locale.setlocale(locale.LC_ALL, 'de_DE')
https://stackoverflow.com/questions/14547631/python-locale-error-unsupported-locale-setting