I did install apache with headers and it still got stuck asking for apr.h I update the make file to represent all paths correctly.
I don't have visual studio 2003 on that machine, which is what I think is required for python 2.5. Turns out I was able to get django running using mod_python instead, so I'm out of the woods for now. I'm not sure how mod_python and mod_wsgi compare for performance, but that might bring me back to this issue shortly if I find perfomance is lacking. Daniel On Feb 15, 6:04 pm, Graham Dumpleton <[email protected]> wrote: > 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.
