today i'd installed the new wxPython, version 2.5.1.
as it seems, Boa won't work with the new one.
console-call:
Starting Boa Constructor v0.2.8
importing wxPython
reading user preferences
Traceback (most recent call last):
File "C:\boa\Boa.py", line 231, in ?
import Preferences, Utils, About
File "C:\boa\Preferences.py", line 130, in ?
execfile(file)
File "C:\boa\Config\prefs.rc.py", line 25, in ?
splitterStyle = wxCLIP_CHILDREN | wxSP_LIVE_UPDATE | \
NameError: name 'wxSP_FULLSASH' is not defined
also older files won't work
File "C:\boatest\notebook\NoteApp1.py", line 23, in ?
main()
File "C:\boatest\notebook\NoteApp1.py", line 19, in main
application = BoaApp(0)
File "C:\Python23\Lib\site-packages\wx\core.py", line
5042, in __init__
self._BootstrapApp()
File "C:\Python23\Lib\site-packages\wx\core.py", line
4791, in _BootstrapApp
return _core.PyApp__BootstrapApp(*args, **kwargs)
File "C:\boatest\notebook\NoteApp1.py", line 13, in
OnInit
self.main = wxFrame1.create(None)
File "C:\boatest\notebook\wxFrame1.py", line 12, in
create
return wxFrame1(parent)
File "C:\boatest\notebook\wxFrame1.py", line 133, in
__init__
self._init_ctrls(parent)
File "C:\boatest\notebook\wxFrame1.py", line 80, in
_init_ctrls
self._init_coll_statusBar1_Fields(self.statusBar1)
File "C:\boatest\notebook\wxFrame1.py", line 38, in
_init_coll_statusBar1_Fields
parent.SetStatusText(i=0, text='testfeld1')
File "C:\Python23\Lib\site-packages\wx\windows.py",
line 611, in SetStatusText
return _windows.StatusBar_SetStatusText(*args,
**kwargs)
TypeError: 'i' is an invalid keyword argument for this
function
Logged In: YES
user_id=1074144
Hello
I experience the same bug with the last cvs version of boa,
python 2.3.4 & wxpython 2.5.2.7 on win-xp
will there be any update to correct bugs ?
g_trennert@ifrance.com
Bye