Re: [Boa Constr] can't start Boa in linux
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2000-12-16 11:54:19
|
Hi Steve, 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. "Steve A." wrote: > > 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 > > _______________________________________________ > 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 |