Re: only loading a language installed on system

2007-04-04 Thread kyosohma
On Apr 4, 1:27 am, "ianaré" <[EMAIL PROTECTED]> wrote: > i'm doing this: > > mylocale = wx.Locale(wx.LANGUAGE_POLISH, wx.LOCALE_LOAD_DEFAULT) > if not wx.Locale.IsOk(mylocale): > mylocale = wx.Locale(wx.LANGUAGE_DEFAULT, wx.LOCALE_LOAD_DEFAULT) > > and getting this: > Segmentation fault (core d

only loading a language installed on system

2007-04-03 Thread ianaré
i'm doing this: mylocale = wx.Locale(wx.LANGUAGE_POLISH, wx.LOCALE_LOAD_DEFAULT) if not wx.Locale.IsOk(mylocale): mylocale = wx.Locale(wx.LANGUAGE_DEFAULT, wx.LOCALE_LOAD_DEFAULT) and getting this: Segmentation fault (core dumped) I'm trying to see if I can properly load a language. If the