Forum Archive

locale.currency doesn't work

eddo88873

doesn't support locale for c libraries

ccc

Confirmed. The problem is that setlocale() fails to do what it is supposed to do:

import locale; locale.setlocale(locale.LC_ALL, 'de_DE')

throws an exception.

nealtz

OK, I wonder when this issue got to be solved, because I lost some hairs trying to get the strftime output in German day names and you can find this exact code as example in the pythonista docs.

franco

Still not working?

7upser

Still not working, really?