> I have to use 2.4. Our servers are running RedHat Enterprise Linux 5.4 > which ships py2.4 by default.
Yeah, RedHat Enterprise, our beloved museum... > I used to compile python2.6 which is better, but having to install > compilation tools on these servers is considered a security risk. Have you considered preparing the distribution somewhere else, then installing it? In simplest form: - setup similar RHEL on some virtual machine - install all compilation tools there - build python2.6, install it in /opt or sth like that - tar your /opt/python2.6, copy to the production, untar (for even more polished solution consider preparing your own RPMs instead of archive) PS I feel that this thread would feel better if entitled: AuthKit doesn't work with python 2.4 (patch) or similarly. Too late to correct it here but worth remembering for the future. -- 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.
