Emerged Boa Constructor package. Entered /usr/lib/python2.2/site-packages/boa directory. Inspected contents and concluded that Boa.py is the entry point for Boa Constructor module. Executed at the shell prompt: # python Boa.py and this output resulted... ************************************************************************* Starting Boa Constructor v0.1.0-alpha importing wxPython setting user preferences running main... Then an "Error on Startup" window pops up with the following text: 'flags' is an invalid keyword argument for this function Press OK button on the popup window and then the console output resumes as... 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 1742, 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 634, 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 ******************************************************************************** It appears that all the dependencies are satisfied on the system Looked up the "Unix Installation" in the Getting Started Guide doc under Section 1.1 "Installing and Starting Boa Constructor" and found a reference to a file named "boa.py" as the startup file. However, there is no such file under the boa site-packages directory. There is a Boa.py (capital "B") so I presumed that the doc is somewhat behind the package contents and accepted Boa.py as the startup file in spite of the uppercase letter issue for the first character of the file. Therefore, it appears that the correct startup file is being used and that the startup process is consistent with the Boa doc provided. This error appears after entry to the Boa,py module and is a Python traceback error. In other words the program does start to execute. It appears to me from the traceback that there is a call to a method derived from a c wxPython module called htmlc.so and that the program halts at this point in the execution.
Which version of wxPython are you using? Boa versions are closely tied to wxPython versions.
waiting for response