[Boa Constr] error when using CSV
Status: Beta
Brought to you by:
riaan
From: Jeff <Je...@Av...> - 2007-02-22 07:37:32
|
hello, I get the following error when I try to start boa 0.5.2 (see = below). I googled up the error I was getting and saw that it was likely = coming from the stc-styles.rc file. so I deleted this and there as well = as downloaded teh latest CSV again, and there is still this problem. I'm = using wxpython 2.7.2 and python 2.5. What might be the best way to move = forward???? thanks. Jeff Traceback (most recent call last): File "C:\Python25\Lib\site-packages\boa\Boa.pyw", line 5, in <module> Boa.main(sys.argv[1:]) File "C:\Python25\Lib\site-packages\boa\Boa.py", line 692, in main app =3D BoaApp() File "C:\Python25\Lib\site-packages\boa\Boa.py", line 496, in __init__ wx.App.__init__(self, False) File "C:\Python25\Lib\site-packages\wx-2.7.2-msw-ansi\wx\_core.py", = line 7749, in __init__ self._BootstrapApp() File "C:\Python25\Lib\site-packages\wx-2.7.2-msw-ansi\wx\_core.py", = line 7346, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "C:\Python25\Lib\site-packages\boa\Boa.py", line 544, in OnInit self.main.componentSB, self, self.main) File "C:\Python25\Lib\site-packages\boa\Editor.py", line 179, in = __init__ self.shell, self.shellPageIdx =3D self.addShellPage(shl, Shell, = imgIdx) File "C:\Python25\Lib\site-packages\boa\Editor.py", line 570, in = addShellPage shellEdit =3D tabPage =3D Shell(self.tabs, -1) File "C:\Python25\Lib\site-packages\boa\ShellEditor.py", line 67, in = __init__ StyledTextCtrls.PythonStyledTextCtrlMix.__init__(self, wId, ()) File "C:\Python25\Lib\site-packages\boa\Views\StyledTextCtrls.py", = line 761, in __init__ LanguageSTCMix.__init__(self, wId, margin, 'python', stcConfigPath) File "C:\Python25\Lib\site-packages\boa\Views\StyledTextCtrls.py", = line 688, in __init__ self.getSTCStyles(config, language) File "C:\Python25\Lib\site-packages\boa\Views\StyledTextCtrls.py", = line 727, in getSTCStyles return STCStyleEditor.initFromConfig(config, language) File "C:\Python25\Lib\site-packages\boa\Views\STCStyleEditor.py", line = 1268, in initFromConfig commonStyleIdNames =3D readPyValFromConfig(cfg, = 'common.styleidnames') File "C:\Python25\Lib\site-packages\boa\Views\STCStyleEditor.py", line = 1238, in readPyValFromConfig return eval(value, ns) File "<string>", line 1, in <module> NameError: name 'wxSTC_STYLE_DEFAULT' is not defined |