[wxPython] wxPython for python 1.5.2 under linux

Hi :slight_smile:

Where can I get an wxPython rpm for python 1.5.2 ?

I have that version installed on my server with RH 6.2 and there is no
chance to upgrade :frowning:

Thankx Przemek

···

--
Przemysław G. Gawroński
Informatyk - Dział Telemetrii
TNS OBOP
tel.: (0 22) 648 30 71, (0 22) 648 20 44 (-46)
fax: (0 22) 644 99 47
mailto:P.Gawronski@obop.com.pl
http://www.obop.com.pl/

Where can I get an wxPython rpm for python 1.5.2 ?

I couldn't build one because disutils will fail if the python modules will
not compile. Since PyCrust and a couple other contribs have Python 2.x
features in them the .py modules get syntax errors with Python 1.5.2, and
the RPM build fails.

On the other hand the binary modules and the rest of the library work fine
with Python 1.5.2, so you can get the sources and build it yourself. If you
need RPMs to distribute then you can remove PyCrust and whatever else is
failing (I don't remember which it is right now...) and then the RPM build
should work.

···

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