[Boa Constr] Problems running CVS Boa on MSW with wxPython 2.1.16
Status: Beta
Brought to you by:
riaan
From: Travis B. H. <sl...@cc...> - 2000-06-29 21:57:47
|
Riaan, I checked out the latest CVS sources of Boa Constructor, hoping that Boa would be productive enough for me to use it to at least design my GUI's for wxPython. Unfortunately when I tried running it, it just dumped out with this traceback: E:\boa>python boa.py importing wxPython... imported wxPython imported Prefs Traceback (innermost last): File "boa.py", line 23, in ? import Palette File "E:\BOA\Palette.py", line 14, in ? import PaletteMapping File "E:\BOA\PaletteMapping.py", line 24, in ? from wxPython.calendar import wxCalendarCtrl File "C:\PROGRA~1\PYTHON\wxPython\calendar.py", line 16, in ? from utils import * File "C:\PROGRA~1\PYTHON\wxPython\utils.py", line 4, in ? class wxConfigBasePtr : File "C:\PROGRA~1\PYTHON\wxPython\utils.py", line 5, in wxConfigBasePtr Type_Unknown = utilsc.wxConfigBase_Type_Unknown AttributeError: wxConfigBase_Type_Unknown Is this caused by an incompatibility with the version of wxPython that I have installed? If so, what can be done to fix it, or is there anything I can specifically look at. I don't have time today to figure out what is wrong, but if you could point me in the right direction, I can look at it. Thanks for a potentially great product! Travis B. Hartwell |