Re: Windows Binaries for Python 2.6

Graham Dumpleton <[email protected]> Tue, 21 Jul 2009 21:21:35 +1000
Newsgroups gmane.comp.python.mod_python
Message-ID <[email protected]>
2009/7/21  <[email protected]>:
> I am planning an installation of Trac, SVN, and Apache.  The current version
> of Python supported by all is 2.6.  But I don't see an installation package
> for mod_python for python 2.6.  Did I miss it?  What are my alternatives and
> what are the risks?

Use mod_wsgi instead. Python 2.6 binaries are on the mod_wsgi site.

  http://www.modwsgi.org
  http://code.google.com/p/modwsgi/downloads/list

Graham