wxpython没有for python2.5的吗?help

wxpython没有for python2.5的吗?help

$ rpm -ivh wxPython-common-gtk2-unicode-2.8.0.1-fc4_py2.4.i386.rpm
error: Failed dependencies:
        python(abi) = 2.4 is needed by wxPython-common-gtk2-unicode-2.8.0.1-fc4_
py2.4
$ python -V
Python 2.5

现在应如何处理?
你找一下,有2.5的
Linux RPMs

Several flavors of wxPython RPMs are available for various RPM based Linux distributions. If there isn't a set of RPMs below for your particular distro and Python version then you can try one of them that is similar to your distro as they will often work. Otherwise there is a source RPM (as well as a source tarball and an RPM spec file) that will allow you to build your own set of RPMs.

wxPython common
Install only one of these. They contain the common files that are shared between all versions of wxPython. Even if you do MultiVersionInstalls, you only need one wxPython-common. This RPM contains the wx.pth file which defines which is the default version of wxPython, so switching defaults is as easy as installing a different wxPython-common RPM.

These RPMs each contain the following:

The wx.pth file which selects the default version of wxPython
The wxselect.py module
A set of command-line scripts for launching the wxPython tools
KDE and GNOME menu items for launching the wxPython tools

Fedora Core 4, Python 2.4
common-gtk2-ansi
common-gtk2-unicode


Mandrake 10.2, Python 2.4
common-gtk2-ansi
common-gtk2-unicode


Mandriva 2006, Python 2.4
common-gtk2-ansi
common-gtk2-unicode


wxPython runtime
Install one or more of these. They each contain a version of the wxPython runtime that supports MultiVersionInstalls, and includes:

The wxPython extension modules and proxy class modules
The wxPython library
The wxWidgets shared libraries
Fedora Core 4, Python 2.4
gtk2-ansi
gtk2-unicode


Mandrake 10.2, Python 2.4
gtk2-ansi
gtk2-unicode


Mandriva 2006, Python 2.4
gtk2-ansi
gtk2-unicode


wxPython devel
These packages are optional. They include the header files and such that are needed if you need to create extension modules or applications that interact with the wxPython extensions modules or link with the same version of wxWidgets.
Fedora Core 4, Python 2.4
devel-gtk2-ansi
devel-gtk2-unicode


Mandrake 10.2, Python 2.4
devel-gtk2-ansi
devel-gtk2-unicode


Mandriva 2006, Python 2.4
devel-gtk2-ansi
devel-gtk2-unicode


在linux下没有!!!
www.python.org下载2.5的tarball,然后解开,再make,make install.
我是要linux 下 for python2.5的wxpython,不是要python2.5 --;;
http://sourceforge.net/project/showfiles.php?group_id=10718
你看一下这,上边有2.5FORWIN上的,不过我了没有看到for linux上的
那只好再等几个月了。555...