[Boa Constr] cannot start Boa on linux
Status: Beta
Brought to you by:
riaan
From: Joachim S. <js...@ai...> - 2000-11-03 09:12:33
|
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 |