unsupported locale setting python/django. how to solve this?

1.1k Views Asked by At

File "C:\PYTHON25\lib\locale.py", line 478, in setlocale return _setlocale(category, locale)

Error: unsupported locale setting. im using windows7 OS. how to solve this problem ??

1

There are 1 best solutions below

0
On

Locale libraries must be set at system that you're using. To check which locales installed use:

locale -a

If you don't see locale that you want to use install it. Here you can find more https://askubuntu.com/a/76106