On 16 February 2011 07:34, Daniel <[email protected]> wrote: > Hi, > > I have a very large non-web application that I would like to migrate > to Django. Right now it's running on Windows 2008 R2 and Python 2.5 > for the time being. > > I noticed that there are windows binaries for some Apache + Python > versions. I've tried for several hours to compile it for my system, > but keep getting errors. The current error complains about apr.h not > being found and there's another thread on this group with a similar > issue and no resolution. > > Can someone help me get mod_wsgi working on > win2008R2+Python25+Apache2.2?
When you installed Apache did you say to installed development header files? I think there is an option in the installer whch have to select to have them installed. The only other possibility is that you simply haven't updated your copy of the makefile such that the include files are being sourced from the correct location. BTW, for Python 2.5 you need a quite old version of Microsoft Visual Studio. You cannot use the latest versions. Do you have the required old version of the Microsoft C/C++ 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.
