I\'ve been pulling my hair out over this issue for several hours now.
I have a message file I want to generate using django\'s makemessages command, which works just
Try this
import locale locale.setlocale(locale.LC_ALL, 'en_US.utf-8')