Hi -
I have just downloaded and extracted
boa-constructor-0.4.0.src.zip on my Mandrake 10.1 box
with the original Mandrake Python and wxPython packages
installed:
$ python
Python 2.3.4 (#2, Feb 9 2005, 14:22:48)
[GCC 3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk)] on linux2
Type "help", "copyright", "credits" or "license" for
more information.
>>> import wx
>>> print wx.VERSION_STRING
2.5.2.7
When I now want to start Boa, I see the following on
the console while the slash screen in shown:
[boa-constructor-0.4.0]$ python Boa.py
Starting Boa Constructor v0.4.0
importing wxPython
reading user preferences
running main...
creating Palette
importing Palette
importing PropertyEditors
importing Companions
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 Explorers.ExplorerNodes
importing Models.PythonControllers
importing Models.Controllers
importing Models.EditorModels
importing Views
importing Views.SourceViews
importing 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
creating Inspector
importing Inspector
creating Editor
importing Editor
importing Explorers.CVSExplorer
importing Explorers.ZipExplorer
importing Explorers.FTPExplorer
importing Explorers.DAVExplorer
importing Explorers.SSHExplorer
Segmentation fault (core dumped)
Which preference settings can I try to isolate the
cause of this core dump?
My Python and wxPython setup seems ok: The demos from
wxpython.org's wxPythonDemo-2.5.2.7.tar.gz work fine.