Re: mp 3.3.1 incompatible windows binaries won't install with py 2.6
Graham Dumpleton <[email protected]> Fri, 11 Dec 2009 09:50:56 +1100
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
2009/12/11 Samuel Hazelett <alertmaster-/[email protected]>: > Is there an upgrade of mod_python installer for windows to work with my > python 2.6 installation? No. > Is there an uninstaller for python 2.6 so I can drop back to 2.5? Presumably part of the Python installation itself. If you don't need mod_python specific features and are just wanting to host a Python web application that supports the WSGI interface, considering using Apache/mod_wsgi instead. http://www.modwsgi.org http://code.google.com/p/modwsgi/wiki/InstallationOnWindows Graham