lilinspace wrote: > II had pylons working with python 2.4 but now I have upgraded to > python 2.5. I tried running
Based on your description "upgrade" means "I have installed python 2.5 version and expect it to be working magically". You must check where /usr/bin/python points to (it is symbolic link to python2.4 most probably). As well you don't have setuptools for python 2.5 installed. And that's the only top of the iceberg. I don't know about CentOS but in my VPS with Debian Etch python2.4 is default. I have tried to upgrade to python2.5 and that was BIG mistake. E.g. expat version mismatches between python 2.5 and apache (while it is the same for python 2.4). Expat version mismatch means big number of random crashes. My recommendation would be not upgrade to python 2.5 if python 2.4 works for you or choose OS where python 2.5 is default (I guess Ubuntu might fit) or OS where you can compile everything (Gentoo or FreeBSD). Regards, Dalius --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
