[Boa Constr] can't start Boa in linux
Status: Beta
Brought to you by:
riaan
From: Steve A. <ai...@mi...> - 2000-12-16 05:50:41
|
Unfortunately, I'm having the same problem as the fellow how posted back on 11-3. Any help on getting Boa up and running (on Linux) would be *highly* appreciated. thanks! (BTW, I'm using RedHat 6.2, Python1.5.2, and the latest version of wxPython for Python 1.5.2) See Below: Python 1.5.2 (#1, Feb 1 2000, 16:32:16) [GCC egcs-2.91.66 19990314/Linux (egcs- on linux-i386 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam >>> import Boa importing wxPython... imported wxPython imported Prefs imported PaletteMapping imported Editor imported Inspector imported Palette imported Editor Traceback (innermost last): File "<stdin>", line 1, in ? 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 Script done on Fri Dec 15 01:46:07 2000 |