Re: Suggested patches for Boa to work with wxPython 2.9
Sorry, didn't notice there was a more detailed traceback:
Traceback (most recent call last):
File "Boa.py", line 711, in <module>
main()
File "Boa.py", line 693, in main
app = BoaApp()
File "Boa.py", line 497, in __init__
wx.App.__init__(self, False)
File "//usr/local/lib/wxPython-unicode-2.9.0.1.b20100122/lib/python2.6/site-packages/wx-2.9.0-osx_carbon-unicode/wx/_core.py",
line 8499, in __init__
self._BootstrapApp()
File "//usr/local/lib/wxPython-unicode-2.9.0.1.b20100122/lib/python2.6/site-packages/wx-2.9.0-osx_carbon-unicode/wx/_core.py",
line 8064, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "Boa.py", line 507, in OnInit
self.locale.AddCatalog('boa')
File "//usr/local/lib/wxPython-unicode-2.9.0.1.b20100122/lib/python2.6/site-packages/wx-2.9.0-osx_carbon-unicode/wx/_gdi.py",
line 2898, in AddCatalog
return _gdi_.Locale_AddCatalog(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "!m_strShort.empty()" failed
at /BUILD/wxPython-src-2.9.0.1.b20100122/src/common/intl.cpp(2554) in
AddCatalog(): must initialize catalog first
On Wed, Feb 24, 2010 at 5:34 PM, Alexei Vinidiktov
<alexei.vinidiktov@...> wrote:
> Thanks for the patches!
>
> I've applied them but when I launch Boa on Mac OS X 10.6.2 I get this
> error message:
(Continue reading)