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?
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?