[Boa Constr] Boa + Python2
Status: Beta
Brought to you by:
riaan
From: Aloy, A. <ant...@gr...> - 2000-10-26 08:38:04
|
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) ----------------------------------------------------- I can't find any wrong in FileDlg arguments. Any ideas? Regards, Antoni Aloy |