Hello. I ran into a little problem when running the release branch under Slackware at work; on this system (and presumably on other ones), the locale.localeconv has a 'decimal_point' but no 'thousands_sep'. In French, the decimal point is a comma. The default thousands separator also:
groupChar=local_conventions['thousands_sep'] or ',' So I run into an exception (RuntimeError or something) because wx tries to ensure that they're not the same... Why not letting an empty string as default ? Cheers Jérôme
