[wxPython-users] Re: Can't get wx.Locale to work
Werner F. Bruhin
werner.bruhin at free.fr
Fri Feb 9 02:23:39 PST 2007
Hi Eli,
Eli Golovinsky wrote:
> I've been lazy and didn't try to run it with wxPython 2.6.
> I've just installed 2.6.3.3 and my samples runs fine. So something
> happened between 2.6.3.3 and 2.8.1.1.
I tested on 2.6. Yes, on 2.8 there seems to be a change.
The directory structure has to be:
locale\es\LC_MESSAGES
I believe this is the recommended structure, but it seems that one has
to follow this in 2.8.
"locale" can be anything as long as you do
"wx.Locale.AddCatalogLookupPathPrefix(r'locale')"
Werner
More information about the wxpython-users
mailing list