Running Boa Contructor with the latest versions of Python & wxPython

Franz GEIGER fgeiger at datec.at
Sun Dec 31 03:37:27 EST 2000


I went back to wxPython-2.2.1-Py20b1.EXE, and everything was fine again.

Reagrds
Franz

"June Kim" <junaftnoon at nospamplzyahoo.com> wrote in message
news:92ld65$4un$1 at news.nuri.net...
> 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