[wxPython] wxPython Linux install problems

"/home/cs/collard/PythonBin/lib/python2.1/site-packages/wxPython/__init__
.py", line 20, in ?
    import wxc
ImportError: libwx_gtk.so: cannot open shared object file: No such file
or directory

I've replicated the error by importing wxc. I've added the path where
libwx_gtk.so resides to my PATH (and PYTHONPATH) environment variables.

Robin >Try LD_LIBRARY_PATH. See "man ld.so" for details.

Works fine now. Thanks a lot Robin!