RE: [Boa Constr] error starting boa 0.1.5
Status: Beta
Brought to you by:
riaan
From: Riaan B. <ri...@tb...> - 2003-01-08 13:18:44
|
Hi Marius, > Hi! > > I just checked out latest source. I get an error starting Boa on Linux: > > File "Boa.py", line 574, in ? > main() > File "Boa.py", line 555, in main > app = BoaApp() > File "Boa.py", line 378, in __init__ > wxApp.__init__(self, false) > File "/usr/lib/python2.2/site-packages/wxPython/wx.py", line 1581, in __init__ > _wxStart(self.OnInit) > File "Boa.py", line 407, in OnInit > self.main.componentSB, self, self.main) > File "/home/marius/boa/boa_0.1.5/boa/Editor.py", line 209, in __init__ > 'Switch to the Inspector frame.') > File "/home/marius/boa/boa_0.1.5/boa/Utils.py", line 913, in appendMenuItem > menuItem.SetBitmap(Preferences.IS.load(bmp)) > AttributeError: wxMenuItem instance has no attribute 'SetBitmap' > > Indeed wxMenuItem class does not have this attribute on wxPython 2.3.2. Damn, it does on windows :( > > Do I need to run with wxPython 2.3.3? No, not necessary (unless you want images on your menus ;) I've checked in a workaround for wxGTK to Utils.py. Thanks, Riaan. |