Silviu Cojocaru wrote:
I want to install wxPython for Python2.3 on my RedHat 7.3 system.
The problem is that I don't know what wxPython expects the python2.3
binary to be named.<from the site> NOTE: These RPMs assume that Python is installed under the /usr directory, and that the Python libs are in /usr/lib/python2.x/. If your
system is different then you will either need to tweak the install, or
build from sources.
</from the site>Well I have the libs in /usr/lib/python2.3/ but my python 2.3 binary is
called python2.3. I chose that so I could still keep python 1.5.2 and
python 2.2 on my system.
That should be fine, in fact it is the same as my build system. Did you
try installing the RPM and had a problem? One problem you might have is
that the tool scripts may still have just "python" in their #! line.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!