[wxPython] 2.1.16 core dump problem

I did not succeed in compiling 2.1.15 on OSF 4.0, nor on Linux.

After some changes to the Makefile, version 2.1.16 now compiles fine on
OSF 4.0, but pythom demo.py crashes here :
  > Main.py(417)ShowTip()
  -> showTip = wxShowTip(frame, tp)
  (Pdb) s
  Segmentation fault (core dumped)

On my Linux box it compiles fine, but python demo.py produces :
Traceback (innermost last):
  File "demo.py", line 3, in ?
    import Main
  File "Main.py", line 15, in ?
    from wxPython.wx import *
  File "/usr/local/lib/python1.5/site-packages/wxPython/__init__.py", line
20, in ? import wxc
ImportError: libwx_gtk.so: cannot open shared object file: No such file or
directory

The file libwx_gtk.so is in /usr/lib/local together with libgtk.so and
libglib.so. The samples from wxGTK run without problems.

Paul Casteels casteels@uia.ua.ac.be Tel: +32.3.8202455
            Fax: +32.3.8202470
University of Antwerp Dpt.Physics
Universiteitsplein 1
B-2610 Wilrijk
Belgium