On 3 September 2011 13:06, lankesh87 <[email protected]> wrote: > Hi i'm new to python and wsgi. > I have been trying to add mod_wsgi module in apache for windows but > when I do so I get following error- > > "httpd.exe: Syntax error on line 129 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." > > My python version is 3.2.1 and wsgi version is 3.3.
There are no mod_wsgi binaries for Python 3.2 on the download site. You cannot use a mod_wsgi version for one version of Python with another version of Python. That would likely be one reason it wouldn't work. 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.
