On 23 February 2010 15:01, Weiwei <[email protected]> wrote: > Hi all, > > I found Precompiled Binaries for python2.6 and apache22 on this page > http://code.google.com/p/modwsgi/wiki/InstallationOnWindows > > Are there Precompiled Binaries for python2.5 and apache22 i can download ?
I am going to try and get precompiled Python 2.5 binaries for Windows for next release, as have managed to get hold of a copy of Visual Studio 2003, but no promises. If you have a copy of that older compiler, then it is possible to compile it yourself per instructions in that wiki page, except that you would need to copy the makefile for py26 and call it win32-ap22py26.mk and then modify paths inside of it for where Python installed. There is a chance you will need to delete the line: mt -manifest [email protected] -outputresource:$@;2 in the makefile however as that may be specific to newer Microsoft compiler. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
