I recently downloaded python 2.7 on my computer (x64) and I would like to install mod_python for it (I have apache 2.2), however, I can’t find a mod_python release supporting python 2.7. Has development stopped? If so, what should I use instead?
Share
Development on mod_python has stopped and its use is no longer recommended. I suggest mod_wsgi
From the mod_python Django documentation: