locale.setlocale not working anymore? python 2.1

Martin von Loewis loewis at informatik.hu-berlin.de
Fri Nov 23 10:24:37 EST 2001


Syver Enstad <syver-en at online.no> writes:

> Or is it just  my machine? (win2k)

Not necessarily your machine, but perhaps your locale setting? What do
you get when you do

>>> import locale
>>> locale.setlocale(locale.LC_ALL)

Regards,
Martin



More information about the Python-list mailing list