On 28 May 2010 07:43, mpickard <[email protected]> wrote: > Hi - > > I've installed WAMP 2.0 (Apache 2.2.11) on a Windows 2003 R2 x64 > server. I'm using Python 2.6. I'm trying to install mod_wsgi. I > placed the .so file in the "C:\wamp\bin\apache\Apache2.2.11\modules" > directory (that's where all the other modules reside). In my > httpd.conf I added: > > LoadModule mod_wsgi_module modules/mod_wsgi.so > > The Apache server won't start. If I comment out the above line, the > server starts fine. However, I'm not seeing any errors in the log > file and I have LogLevel set to "debug". Since WAMP starts up fine > with the load module line, I don't think it is a 64/32-bit issue. I'm > pretty sure WAMP is running as a 32-bit file > > I checked that the permissions of the wsgi module is the same as all > the other modules in the "C:\wamp\bin\apache\Apache2.2.11\modules" > directory. > > I have also tried both the mod_wsgi-2.7and the mod_wsgi-3.0 modules > for Python 2.6 and Apache 2.2. > > Any thoughts on what might be wrong?
Ensure you installed Python for all users and not just yourself. Ensure you are not using Python 2.6.1 on Windows, use a later version. Best thing to do is uninstall Python and reinstall lastest for all users. 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.
