F
flupke
Hi,
i'm trying to get boa constructor working with Python 2.3.4
At first i tried with boa 0.2.3 but that gave me an error. After
searching the web, it appeared that it's best to work with the
CVS version. Well, i checked that version out and moved it
to C:\Python23\Lib\site-packages\wxPython\tools\boa
When i then try to run it "python boa.py" it gives me this
output (windows 2000):
C:\Python23>C:\Python23\python.exe
C:\Python23\Lib\site-packages\wxPython\tools\boa\boa.py
Starting Boa Constructor v0.2.8
importing wxPython
reading user preferences
Traceback (most recent call last):
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\boa.py", line 231,
in ?
import Preferences, Utils, About
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\Preferences.py",
line 130, in ?
execfile(file)
File
"C:\Python23\Lib\site-packages\wxPython\tools\boa\Config\prefs.rc.py", line
25, in ?
splitterStyle = wxCLIP_CHILDREN | wxSP_LIVE_UPDATE | \
NameError: name 'wxSP_FULLSASH' is not defined
My wxPython is version 2.5.1.5u.
Any ideas?
Kind regards,
Benedict
i'm trying to get boa constructor working with Python 2.3.4
At first i tried with boa 0.2.3 but that gave me an error. After
searching the web, it appeared that it's best to work with the
CVS version. Well, i checked that version out and moved it
to C:\Python23\Lib\site-packages\wxPython\tools\boa
When i then try to run it "python boa.py" it gives me this
output (windows 2000):
C:\Python23>C:\Python23\python.exe
C:\Python23\Lib\site-packages\wxPython\tools\boa\boa.py
Starting Boa Constructor v0.2.8
importing wxPython
reading user preferences
Traceback (most recent call last):
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\boa.py", line 231,
in ?
import Preferences, Utils, About
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\Preferences.py",
line 130, in ?
execfile(file)
File
"C:\Python23\Lib\site-packages\wxPython\tools\boa\Config\prefs.rc.py", line
25, in ?
splitterStyle = wxCLIP_CHILDREN | wxSP_LIVE_UPDATE | \
NameError: name 'wxSP_FULLSASH' is not defined
My wxPython is version 2.5.1.5u.
Any ideas?
Kind regards,
Benedict