Re: [Boa Constr] Boa constructor does not start
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2009-03-07 13:13:18
|
Hi Tanay, Agreed with Werner here, Boa is not supported yet on 2.6 and higher. When I did work on 2.6 compatibility for the next release, I didn't have much problems tho. >From your error it looks like ToolBar doesn't have a Realize method which should be impossible. It would be nice to know the actual reason behind your error, but for now, please use python 2.5. Thanks, Riaan. 2009/3/7 tanay <tan...@gm...>: > 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 > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > |