Running Boa Contructor with the latest versions of Python & wxPython
June Kim
junaftnoon at nospamplzyahoo.com
Sat Dec 30 14:29:59 EST 2000
I tried to run BC on my windows machine installed with the lastest versions
of Python(2.0) and wxPython(2.2.2) and got the following error.
Any roundabout ways to run it besides downgrading the Python and wxPython?
Traceback (most recent call last):
File "boa.py", line 119, in ?
main()
File "boa.py", line 112, in main
app = BoaApp(0)
File "boa.py", line 49, in __init__
wxApp.__init__(self, redirect)
File "c:\python20\wxPython\wx.py", line 1646, in __init__
_wxStart(self.OnInit)
File "boa.py", line 58, in OnInit
self.main = Palette.BoaFrame(None, -1, self)
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: 'ShellEditor' instance has no attribute 'SetKeywords'
More information about the Python-list
mailing list