System: RHEL5 2.6.18-194.el5 x86_64
The OS came with python 2.4. I compiled python 2.7: ----------------- # python Python 2.7.1 (r271:86832, Feb 15 2011, 17:09:17) [GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> ---------------- I downloaded and installed the following: mod_wsgi-3.2-1.el5.x86_64.rpm But it used python 2.4 instead. I read the documentation about this and seems that an option is to compile mod_wsgi from source. Is there a way to keep my RPM installation and config it to use python 2.7? Thanks. -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
