Fedora Core 2 and wxPython 2.5.1

Hi all. I'm having difficulty installing the binaries for 2.5.1 on
Fedora Core 2. I've installed all of the wxGTK2-devel, the
wxPythonGTK2-devel and the wxPythonGTK2-py2.3-2.5.1.5-1.i386.rpm from
the Web site, but when I import wx, I get:

Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/wx/__init__.py", line 19, in ?
    from wx.core import *
  File "/usr/lib/python2.3/site-packages/wx/core.py", line 4, in ?
    import _core
ImportError: /usr/lib/wxPython-2.5.1.5/lib/libwx_gtk2ud_core-2.5.so.1:
undefined symbol: XineramaIsActive

Has anyone successfully installed the latest version of the binaries on
Fedora Core 2? What else do I need? I could try from sources, but that
may be a bit beyond me, technically.

Thanks in advance for any pointers.

-Eamonn