[Boa Constr] Python 2.2 - can't run Boa -
Status: Beta
Brought to you by:
riaan
From: Kingsley <kt...@eb...> - 2002-11-06 02:26:21
|
it pops up a window saying [Error on Startup] "'flags' is an invalid keyword argument for this function. Clicking [Ok] makes it exit. Here's the stacktrace: ~/Software/Boa/boa [elephant] python2.2 Boa.py Starting Boa Constructor v0.1.0-alpha importing wxPython setting user preferences running main... Traceback (most recent call last): File "Boa.py", line 495, in ? main() File "Boa.py", line 475, in main app = BoaApp() File "Boa.py", line 310, in __init__ wxApp.__init__(self, false) File "/usr/lib/python2.2/site-packages/wxPython/wx.py", line 1705, in __init__ _wxStart(self.OnInit) File "Boa.py", line 321, in OnInit abt = About.createSplash(None, modTot, fileTot) File "About.py", line 132, in createSplash return AboutBoxSplash(parent, modTot, fileTot) File "About.py", line 151, in __init__ self.html = Utils.wxUrlClickHtmlWindow(self.blackback, -1, flags=wxCLIP_CHILDREN) File "/usr/lib/python2.2/site-packages/wxPython/html.py", line 609, in __init__ self.this = apply(htmlc.new_wxHtmlWindow,_args,_kwargs) TypeError: 'flags' is an invalid keyword argument for this function Exception exceptions.TypeError: "'NoneType' object is not callable" in ignored I commented out the problematic line (and the one after it) but this just lead load a problem somwhere else. Any ideas ? -kt |