> Even so, how do I get RH AS 3.0 to see a later version of Python...it > still shows the version as being 2.2.3....when I can see 2.5 in the > /usr/local/bin directory.
Sorry, I can't help you on this one, I'm not a big fan of RH myself, I'm not using it. Maybe you have some dependencies that prevents the package manager to install another release of Python. On many system, 'python' is a link to the default Python interpreter, so you can either change the link or use a tool to change the defaut interpreter. If you are using mod_python, it is linked to a specific version of a Python interpreter, so you need to install another version of the mod_python module along with the python interpreter (and libraries). -- Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
