Installing Alternative Python 2.7 and wxPython 2.8 on RHEL 5

Hi all,

I have a RHEL server with Python 2.4.3 installed.

I
can install Python as an alternative to the existing installation, but how do I install wxPython in the Python 2.7 site-packages folder and not
in the default Python installation?

Thanks

Hi,

I have a RHEL server with Python 2.4.3 installed.

That's the RHEL5 default.

I can install Python as an alternative to the existing installation, but
how do I install wxPython in the Python 2.7 site-packages folder and not in
the default Python installation?

Did you use a rpm package or did you call configure, make, make install?

from same creator.

Otherwise you may probably use python27 binary for executing setup.py

Example: python27 setup.py build

HTH,
Carsten

ยทยทยท

Am Sunday, 24. June 2012 schrieb kma_jg:
From my perspective: the simplest way is to use a Python wxPython rpm packages