I have been having difficulty installing wxPython under Fedora Core 2. I
first tried to install the binary RPMs from the official download site but
ran into the 'unresolved symbol' problem (documented elsewhere). Next I
installed the source RPMS, built new binary RPMs using rpmbuild --rebuild,
and installed those. At this point I'm able to import fine but when I try
to use a wxPython module python seg faults. Can anyone point me to what's
likely to be the problem here?
I tested the install with "from wxPython.wx import *" (no errors), then
"dir()" (huge list, as expected), then I tried to run the "Hello World"
app from the wxPyWiki Getting Started section which segmentation faults at
the line "app = wxPySimpleApp()"
My system:
Fedora Core 2
glib 1.2.10
GTK 2.4.0
Python 2.3.3
wxPythonGTK2-py2.3-2.5.1.5-1.i386.rpm and
wxPythonGTK2-devel-2.5.1.5-1.i386.rpm generated from
wxPythonGTK2-py2.3-2.5.1.5-1.src.rpm with rpmbuild
ยทยทยท
--
Anthony Horton horton@ast.cam.ac.uk http://www.ast.cam.ac.uk/~horton/