When I'm run my python script, I have the following issue : "Error: unsupported locale setting". It happened when the line run :
locale.setlocale(locale.LC_ALL, "fr_FR.utf8")
I tried to fix the issue with some solutions find on internet but it doesn't work... I'm on OS X.
Thanks a lot !