>> Probably LC_NUMERIC should be set to "C" in gtkmodule.c after
>> calling gtk_set_locale():
> This only hides the problem. I will investigate.
Hm, look at python-1.5.2/Misc/HISTORY:
"In fact, we've pretty much decided that Python's standard numerical
formatting operations should always use the conventions for the C
locale; the locale module contains utility functions to format numbers
according to the user specified locale. (All this is accomplished by
an explicit call to setlocale(LC_NUMERIC, "C") after locale-changing
calls.)"
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]