Re: Is Python 2.6 supported on Windows?
Graham Dumpleton <[email protected]> Tue, 26 Jan 2010 10:00:32 +1100
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
2010/1/26 Durumdara <[email protected]>: > Hi! > > Is Python 2.6 supported on Windows? No precompiled binaries are provided. > I need to port my system to PG8.4/Py2.6. But now I see that in this place > only 2.5 supported... :-( If you aren't actually using mod_python specific features and only need to host a WSGI application, see mod_wsgi instead which has Python 2.6 binaries. > http://xenia.sote.hu/ftp/mirrors/www.apache.org/httpd/modpython/win/3.3.1/ > > How to make 2.6's mod_python.dll? Start out by reading: dist/build_installer.bat in mod_python source code. Also read old instructions at: http://www.modpython.org/pipermail/mod_python/2006-September/022092.html http://www.modpython.org/pipermail/mod_python/2007-May/023637.html You will need however to use Visual Studio 2008 instead and make other changes as appropriate dependent on tools being used. Graham