I am trying to install Boa Constructor
on windows 7. I am using python 27.
After installing when i run Boa.py it gave me an error
Starting Boa Constructor v0.6.1
importing wxPython
reading user preferences
Created directory: C:\Users\SONY\.boa-constructor
Created directory: C:\Users\SONY\.boa-constructor\docs-cache
Created directory: C:\Users\SONY\.boa-constructor\Plug-ins
Traceback (most recent call last):
File "C:\Python27\Lib\site-packages\boa-constructor\Boa.py", line 271, in <mod
ule>
import Preferences, Utils
File "C:\Python27\Lib\site-packages\boa-constructor\Preferences.py", line 151,
in <module>
execfile(file)
File "C:\Users\SONY\.boa-constructor\prefs.rc.py", line 26, in <module>
splitterStyle = wx.SP_LIVE_UPDATE | wx.SP_3DSASH | wx.NO_3D
AttributeError: 'module' object has no attribute 'NO_3D'
Can somebody please help
If you want to keep using Boa you might want to look at this fork of it.
https://bitbucket.org/cwt/boa-constructor
Looks pretty active and seems to be running against recent versions of wxPython.