В Чтв, 03/11/2005 в 04:16 +0100, Luis Menina пишет:
BTW I've tried to use Federico's pango benchmark tools (
http://primates.ximian.com/~federico/news-2005-10.html#25 ), but i'm
left with an error...
ValueError: invalid literal for float(): 11,560000
The problem is that you're running pango-language-profile in a locale
that has , as decimal point, which python refuses to parse as a float.
Run pango-language-profile with the environment variable LC_NUMERIC set
to C, i.e.
LC_NUMERIC=C pango-language-profile further_arguments
If I'm wrong, report and I'll help out further :)
Markus