[wxPython] Binary rpm dependencies

The binary rpm wants python >=1.5.1; I have 1.5.2 installed. It wants
libMesaGL.so.3 and libMesaGLU.so.3; I have Mesa-3.1 installed. It wants
libwx_gtk_gl-2.1.so.15; I have wxGTK-2.1.15-0 installed. Just what
installs/versions is this rpm expecting to find and where? I am running
RH6.1.

libwx_gtk_gl is in the wxGTK_gl RPM. You can get it at
http://alldunn.com/wxPython/dist/others/

I'm afraid to try the tarball: it's not as easy to uninstall as an rpm.
Any help from linux users who have successfully installed will be
greatly appreciated.

Once I figure out the new Python distutils then it should be very easy.
Just an untar and then "python setup.py install" should be all it takes on
any platform. (Assuming of course that there's a compiler and wxWindows,
etc. have already been installed.)

ยทยทยท

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