Re: [Boa Constr] Boa constructor does not start
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2009-03-07 11:08:42
|
Hi, I do not think that anyone has done any work to try and ensure that Boa works with Python 2.6, I do not even think that wxPython is fully compatible with 2.6. So, you should stay with 2.5.4 which is the latest stable version of Python. Python 2.6 and 3.0 are still too new and are still a bit leading edge. Werner tanay wrote: > 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 |