I am getting the apache error:
Cannot load C:/ms4w/Apache/modules/mod_wsgi.so into server: The specified module could not be found
I searched on the web already, and found this link and I think I tried most of what is described in here, and my installation is still not working, so I think I need a bit of help.
- I run windows XP 32bit pro SP3, freshly installed on a VM
- I am running python 2.6 which I downloaded here
- I am trying to install mod_wsgi 3.3 for python 2.6, which I downloaded here
- Python is installed for all users
- I run apache 2.2.22, as part of ms4w package
- My file name is correct ( mod_wsgi.so )
- My LoadModule entry is:
LoadModule wsgi_module modules/mod_wsgi.so
If I comment my LoadModule line apache is running great. Python is working too.
However, I am not sure how to verify that apache's user is able to read the module on windows XP.
I don't know what else to try, thanks in advance to anyone who helps.