2009/6/18 Jérôme Laheurte <[email protected]> > 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 ? >
The reason for this was that I tried to make sure that the same characters would be used in the dialog as would be used in the viewers when no locale is set. I committed a fix that makes sure the decimal point and thousands separator are not the same characters. Please check. Thanks, Frank
