Installing Alternative Python 2.7 and wxPython 2.8 on Linux

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

J

Use the target version of python for building wxPython. That is how it finds the dirs to use for installing.

···

On 6/21/12 9:43 PM, Johan Geldenhuys wrote:

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?

--
Robin Dunn
Software Craftsman