Re: [Boa Constr] cannot start Boa on linux
Status: Beta
Brought to you by:
riaan
From: Shane H. <sh...@di...> - 2000-11-03 16:11:20
|
Riaan Booysen wrote: > > Hi Joachim, same goes for windows, > > You seem to be using wxPython 2.2.2 which introduced changes to > Scintilla's interface. > Boa 0.0.4 is not compatible with it. If you really need 2.2.2, you > can check out the version in CVS. Else switch back to 2.2.1 until > Boa 0.0.5 is released (soon hopefully). Actually I found that sometimes wxGTK misreports the version number and have added to the CVS a try/except handler that detects and corrects this condition. It's in StyledTextCtrls.py. Shane > Joachim Schmitz wrote: > > > > Hi, > > > > when I try to run > > > > python Boa.py on my SuSE 7.0 linux box I get: > > > > importing wxPython... > > imported wxPython > > imported Prefs > > imported PaletteMapping > > imported Editor > > imported Inspector > > imported Palette > > imported Editor > > Traceback (innermost last): > > File "Boa.py", line 119, in ? > > > > File "Boa.py", line 112, in main > > > > File "Boa.py", line 49, in __init__ > > class BoaApp(wxApp): > > File "/usr/lib/python1.5/site-packages/wxPython/wx.py", line 1640, in __init__ > > _wxStart(self.OnInit) > > File "Boa.py", line 58, in OnInit > > # EVT_ACTIVATE_APP(self, self.OnActivate) > > File "Palette.py", line 157, in __init__ > > wxMenu(), self.componentSB, app)#palettePage.menu > > File "Editor.py", line 135, in __init__ > > self.addShellPage() > > File "Editor.py", line 310, in addShellPage > > self.tabs.AddPage(ShellEditor.ShellEditor(self.tabs, -1), 'Shell') > > File "ShellEditor.py", line 26, in __init__ > > PythonStyledTextCtrlMix.__init__(self, wId, -1) > > File "Views/StyledTextCtrls.py", line 137, in __init__ > > self.SetKeywords(0, > > AttributeError: SetKeywords > > Exception exceptions.TypeError: 'call of non-function (type None)' in <method wxSizePtr.__del__ of wxSize instance at 82924d8> ignored > > Exception exceptions.TypeError: 'call of non-function (type None)' in <method wxSizePtr.__del__ of wxSize instance at 845bd80> ignored > > > > The wxPython demo runs fine. > > > > Mit freundlichen Grüßen > > > > Joachim Schmitz > > > > > > AixtraWare, Ing. Büro für Internetanwendungen > > Hüsgenstr. 33a, D-52457 Aldenhoven > > Telefon: +49-2464-8851, FAX: +49-2464-905163 > > > > _______________________________________________ > > Boa-constructor-users mailing list > > Boa...@li... > > http://lists.sourceforge.net/mailman/listinfo/boa-constructor-users > > -- > Riaan Booysen > ___________________________________________________ > Boa Constructor - RAD GUI building IDE for wxPython > http://boa-constructor.sourceforge.net > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/mailman/listinfo/boa-constructor-users |