[Boa Constr] Boa constructor does not start
Status: Beta
Brought to you by:
riaan
From: tanay <tan...@gm...> - 2009-03-07 10:46:20
|
Boa constructor does not start in Win XP.It worked fine before, but now when I start, it gives me the following error: Traceback (most recent call last): File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 711, in <module> main() File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 693, in main app = BoaApp() File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 497, in __init__ wx.App.__init__(self, False) File "C:\Python26\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7938 , in __init__ self._BootstrapApp() File "C:\Python26\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7512 , in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 536, in OnIn it self.main = Palette.BoaFrame(None, -1, self) File "C:\Python26\Lib\site-packages\boa-constructor\Palette.py", line 84, in _ _init__ self._init_ctrls(parent) File "C:\Python26\Lib\site-packages\boa-constructor\Palette.py", line 78, in _ init_ctrls self._init_coll_toolBar_Tools(self.toolBar) File "C:\Python26\Lib\site-packages\boa-constructor\Palette.py", line 56, in _ init_coll_toolBar_Tools parent.Realize() AttributeError: 'ToolBar' object has no attribute 'Realize' I'm a newbie and working and I need help urgently !! Kindly help. Thank you in advance ! -- Best Regards Tanay Shah |