[wxPython] undefined symbol

import wxc
ImportError: /usr/local/lib/python2.1/site-
packages/wxPython/wxc.so: undefined symbol:
__11wxClassInfoPcN21iPFv_P8wxObject

wxPython 2.3.1 (built from source)
wxGTK 2.3.1 (built from source --with-gtk --with-opengl)
gtk 1.2.8

RH 7 with nearly every conceivable update. For example:
gcc -v
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-85)

Is this a mismatch between wxPython & wxGTK?

(The couple wxGTK samples & demos I tried succeeded).

- Gordon

import wxc
ImportError: /usr/local/lib/python2.1/site-
packages/wxPython/wxc.so: undefined symbol:
__11wxClassInfoPcN21iPFv_P8wxObject

wxPython 2.3.1 (built from source)
wxGTK 2.3.1 (built from source --with-gtk --with-opengl)
gtk 1.2.8

Could there be an older version of the wxGTK .so on your system? Does "ldd
/usr/local/lib/python2.1/site-packages/wxPython/wxc.so" show it linking to
the libwx_gtk you just built and installed?

RH 7 with nearly every conceivable update. For example:
gcc -v
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-85)

Is this a mismatch between wxPython & wxGTK?

If so then it should have been a compile time error.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!