I'm trying to install Django to use Apache and modwsgi on Windows XP. The problem is that our entire development environment uses Python 2.4.
But it does not link to any preconnected binaries for Python 2.4.
Does anyone know anything, or an alternative solution?
Follow the instructions on that page about compiling source code. Simply copy makefile to 'win32-ap22py26.mk', by changing it to 'pathfinder.txt' and changing the path to the compiler. This is necessary because Python 2.4 requires an older version of the Microsoft C / C ++ compiler (looks in VS2003). If you do not already have that compiler, you will be out of luck because there will be no available free version (if ever) for this.
Hope this will be enough to work, if not and the compiler complains about unknown options, you may have to make the makefile compiler much more.
If you do this work, please deposit the mod_wsgi through the problem tracker back to the possible mod_wsgi version in the future possible through the modified Mifile.
Comments
Post a Comment