Re: [Boa Constr] Boa + Python2
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2000-10-26 19:42:56
|
Hi Antoni, "Aloy, Antoni" wrote: > > Hi! > > I'm trying to execute boa with Python 2.0 & wx (for the 20b1 version that is > supposed to work with Python 2). I get the following error: > --------------------------------------------------- > Traceback (most recent call last): > File "boa.py", line 18, in ? > import Preferences > File "Preferences.py", line 86, in ? > import FileDlg > SyntaxError: duplicate argument in function definition (FileDlg.py, line 52) The 'wildcard' argument occurs twice, remove the first one. Boa's help will not work on Python 2.0 or different versions of wxWindows help. You can rebuild the help index with the Scripts\HelpScrpt.py script. You'll have to manually look for and set some files in the script, see the file for instructions. I'd like to automate this. I intend making sure everything works on Python 2.0 this weekend. -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |