No recent searches
Popular Articles
Sorry! nothing found for
Posted over 4 years ago by findyourspirits
When I try to deploy my project I get the following error:
locale.Error: unsupported locale setting
This is the faulty entry:
locale.setlocale(locale.LC_ALL, 'german')
How does the error occur and what must I do to end the error?
In attach files you can see the build log
Thank you for your help :)
Attachments (1)
Error Log.txt8.16 KB
0 Votes
1 Comments
findyourspirits posted over 4 years ago
I solved the problem by changing this:
to this:
locale.setlocale(locale.LC_ALL, 'de_DE.utf8')
Login to post a comment
People who like this
This post will be deleted permanently. Are you sure?
When I try to deploy my project I get the following error:
locale.Error: unsupported locale setting
This is the faulty entry:
locale.setlocale(locale.LC_ALL, 'german')
How does the error occur and what must I do to end the error?
In attach files you can see the build log
Thank you for your help :)
Attachments (1)
Error Log.txt
8.16 KB
0 Votes
1 Comments
findyourspirits posted over 4 years ago
I solved the problem by changing this:
locale.setlocale(locale.LC_ALL, 'german')
to this:
locale.setlocale(locale.LC_ALL, 'de_DE.utf8')
0 Votes
Login to post a comment