On Feb 3, 2015, at 7:14 AM, Paul McNett <[email protected]> wrote: > Ok, if you do a 'git grep setlocale' you'll find that call in dLocalize.py . > It would be wrong to instantiate wxLocale objects there (because it is > outside of the UI layer). Hopefully it will be acceptable to leave dLocalize > alone and set up wxLocale inside setupUI() or something... > > In the meantime you could comment out that setlocale() call to verify that > this is the source of the problem.
Perhaps in the init of uiApp we could create a wxLocale to match the current setting from getlocale() to ensure that they are in sync. -- Ed Leafe --- StripMime Report -- processed MIME parts --- multipart/signed text/plain (text body -- kept) application/pgp-signature --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
