Mod_python for python 2.7

I recently downloaded python 2.7 to my computer (x64) and I would like to install mod_python for it (I have apache 2.2), however I cannot find a version of mod_python that supports python 2.7. Has development stopped? If so, what should I use instead?

+5
source share
1 answer

The development of mod_python has stopped and its use is no longer recommended. I suggest mod_wsgi

From the mod_python Django Documentation :

mod_python Django 1.5. , mod_wsgi .

+12

All Articles