Hi all, I was trying to run an Apache 2.2 + mod_wsgi + Python 2.6(x64) under Windows 7 64-bits.
I copied the mod_wsgi to the Apache's modules directory, changed the httpd.conf and restarted the server, but it crashed with the following error: httpd: Syntax error on line 127 of C:/Program Files (x86)/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files (x86)/Apache Software Foundation/Apache2.2/modules/mod_wsgi.so into server: The specified module could not be found. This error message was misleading, so I lost some time messing around with file permissions and paths. After some googling I found a topic on this board saying that this error message can be related to running the mod_wsgi with a incorrect Python version. I ended up "fixing" the problem by uninstalling the Python 64-bits and installing the 32-bits version. It seens to be working fine now. Has anyone already faced this issue? I searched on the web for 64-bits mod_wsgi but had no luck. Thanks, Canassa -- 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.
