[Boa Constr] can not run Boa under win32
Status: Beta
Brought to you by:
riaan
From: Erki <er...@it...> - 2000-11-08 10:19:58
|
Hei. I downloaded Boa-0.0.4.zip from sourceforge.net. I extracted it to my desktop and ran Boa.py. This was the output i got: imported wxPython imported Prefs imported PaletteMapping imported Editor imported Inspector imported Palette imported Editor Traceback (innermost last): File "C:\WINDOWS\Desktop\Boa\Boa.py", line 113, in main app = BoaApp(0) File "C:\WINDOWS\Desktop\Boa\Boa.py", line 49, in __init__ wxApp.__init__(self, redirect) File "C:\Program Files\Python\wxPython\wx.py", line 1646, in __init__ _wxStart(self.OnInit) File "C:\WINDOWS\Desktop\Boa\Boa.py", line 58, in OnInit self.main = Palette.BoaFrame(None, -1, self) File "C:\WINDOWS\DESKTOP\BOA\Palette.py", line 157, in __init__ wxMenu(), self.componentSB, app)#palettePage.menu File "C:\WINDOWS\DESKTOP\BOA\Editor.py", line 135, in __init__ self.addShellPage() File "C:\WINDOWS\DESKTOP\BOA\Editor.py", line 310, in addShellPage self.tabs.AddPage(ShellEditor.ShellEditor(self.tabs, -1), 'Shell') File "C:\WINDOWS\DESKTOP\BOA\ShellEditor.py", line 26, in __init__ PythonStyledTextCtrlMix.__init__(self, wId, -1) File "C:\WINDOWS\DESKTOP\BOA\Views\StyledTextCtrls.py", line 137, in __init__ self.SetKeywords(0, AttributeError: SetKeywords After that i tried to grep out "def SetKeywords" from any Boa package py-file but i did not find it anywhere. Have anybody tried to run it under win32???!!! What might be wrong? (I have installed wxPython-2.2.2 and Python 1.5.2 and they run perfectly well) // Erki Kaldjärv er...@it... |