Re: [Boa Constr] wxPython 2.8 with Boa 0.5.2
Status: Beta
Brought to you by:
riaan
From: Aaron R. <Aar...@4D...> - 2007-01-29 21:25:10
|
Hi Wolfgang -=20 Sorry it has taken me so long to get back to this. But I tried the solution listed below with no luck. Again, here is the full output when I run Boa from the command line: C:\Python24\Lib\site-packages\boa>python boa.py Starting Boa Constructor v0.5.2 importing wxPython reading user preferences C:\Python24\Lib\site-packages\boa\Preferences.py:11: DeprecationWarning: The wxP ython compatibility package is no longer automatically generated or activly main tained. Please switch to the wx package as soon as possible. =20 #---------------------------------------------------------------------- running main... importing Models.Controllers importing Models.EditorModels importing Views importing Views.SourceViews importing Explorers.ExplorerNodes importing Companions importing PropertyEditors importing Companions.FrameCompanions importing Companions.WizardCompanions importing Companions.ContainerCompanions importing Companions.SizerCompanions importing Companions.BasicCompanions importing Companions.ButtonCompanions importing Companions.ListCompanions importing Companions.GizmoCompanion importing Companions.LibCompanions importing Companions.UtilCompanions importing Companions.DialogCompanions importing ZopeLib.ZopeCompanions importing Models.PythonControllers importing Models.PythonEditorModels importing Views.AppViews importing Views.PySourceView importing Views.ProfileView importing Views.OGLViews importing Explorers.FileExplorer importing Models.wxPythonControllers importing Models.wxPythonEditorModels importing Views.Designer importing Views.InspectableViews importing Views.CollectionEdit importing Views.DataView importing Views.SizersView importing Models.ConfigSupport importing Models.CPPSupport importing Models.HTMLSupport importing Models.XMLSupport importing ZopeLib.ZopeEditorModels executing plug-ins... importing Explorers importing ZopeLib.ZopeViews importing ZopeLib.ZopeExplorer importing Explorers.PrefsExplorer importing Explorers.SVNExplorer creating Palette importing Palette creating Inspector importing Inspector creating Editor importing Editor importing Explorers.CVSExplorer importing Explorers.ZipExplorer importing Explorers.FTPExplorer importing Explorers.DAVExplorer importing Explorers.SSHExplorer {wxSTC_STYLE_DEFAULT: 'Style default', wxSTC_STYLE_LINENUMBER: 'Line numbers', w xSTC_STYLE_BRACELIGHT: 'Matched braces', wxSTC_STYLE_BRACEBAD: 'Unmatched brace' , wxSTC_STYLE_CONTROLCHAR: 'Control characters', wxSTC_STYLE_INDENTGUIDE: 'Inden t guide'} Then I get the error dialog: name 'wxSTC_STYLE_DEFAULT' is not defined I had thought I was on to something when I thought I had both versions of Boa installed at the same time, but I subsequently deleted the older Boa and it still gives me this error. Any thoughts? - Aaron > -----Original Message----- > From: boa...@li...=20 > [mailto:boa...@li...]=20 > On Behalf Of Wolfgang Strobl > Sent: Saturday, January 13, 2007 4:40 AM > To: boa...@li... > Subject: Re: [Boa Constr] wxPython 2.8 with Boa 0.5.2 >=20 > "Aaron Rubin" <Aar...@4D...>: >=20 > >I've upgraded from wxPython 2.6 to 2.8. I just upgraded from=20 > Boa 0.4.4=20 > >to 0.5.2 I get the following error message when I try to run Boa: > > > >NameError: name 'wxSTC_STYLE_DEFAULT' is not defined > > > >Stack trace below, but I would guess someone's seen this before? > > > >Any help would be greatly appreciated! >=20 > <http://sourceforge.net/mailarchive/forum.php?thread_id=3D309519 > 86&forum_id=3D6905> >=20 > In short: clean up stc-styles.rc.cfg in=20 > $HOME/.boa-constructor or simply delete that file, it will be=20 > recreated with default settings. >=20 >=20 > -- > Thank you for observing all safety precautions >=20 >=20 > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the=20 > chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge > &CID=3DDEVDEV > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users >=20 |