[wxPython] undefined symbol in wxcmodule.so HELP?

Robin

This is my ldd of wxcmodule.so. I installed wxGTk 2.1.16 and gtk+ 1.2.5 and it seems to miss the wxGTK library.

         libwx_gtk.so => /usr/local/lib/libwx_gtk.so (0x40229000)
        libgtk-1.2.so.0 => /usr/local/lib/libgtk-1.2.so.0 (0x406ae000)
        libgdk-1.2.so.0 => /usr/local/lib/libgdk-1.2.so.0 (0x407c5000)
        libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x407fd000)
        libgthread-1.2.so.0 => /usr/lib/libgthread-1.2.so.0 (0x40800000)
        libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x40803000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x40825000)
        libdl.so.2 => /lib/libdl.so.2 (0x40837000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4083a000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40846000)
        libm.so.6 => /lib/libm.so.6 (0x408ea000)
        libwxPyHelpers.so => /usr/lib/libwxPyHelpers.so (0x40906000)
        libstdc++-libc6.1-1.so.2 => /usr/lib/libstdc++-libc6.1-1.so.2 (0x40912000)
        libc.so.6 => /lib/libc.so.6 (0x40955000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

I was a little confused. The installation of wxPython speaks of $WXWIN being the wxWindows tree. Is this the wxGTK source tree. I couldn't find a utils directory in the CVS wxWindows or utils/wxPython in wxGTK as per item 5.

Nigel

--== Sent via Deja.com http://www.deja.com/ ==--
Before you buy.

This is my ldd of wxcmodule.so. I installed wxGTk 2.1.16 and gtk+ 1.2.5

and it seems to miss the wxGTK library.

         libwx_gtk.so => /usr/local/lib/libwx_gtk.so (0x40229000)

Can you verify that this is the wxGTK 2.1.16 that you just installed? From
your error it seems that it's finding the library okay, but is missing some
symbols within it.

I was a little confused. The installation of wxPython speaks of $WXWIN

being the wxWindows tree. Is this the wxGTK source tree. I couldn't find a
utils directory in the CVS wxWindows or utils/wxPython in wxGTK as per item
5.

That instruction is out of date. wxPython has moved out of the utils
directory in CVS, and $WXWIN shouldn't need to be set anymore anyway.

···

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