Don't compile yourself from source on Windows. Try and use instead binaries from:
http://www.lfd.uci.edu/~gohlke/pythonlibs/ Make sure you use all 32 bit binaries or all 64 bit binaries for Python, Apache and mod_wsgi. Do not mix 32 bit and 64 bit. Python must be installed for all users and not just the user who installed Python. Graham On 04/08/2013, at 11:33 AM, Boyce Middleton <[email protected]> wrote: > Apache error log > [Sun Aug 03 03:25:10.119032 2013] [mpm_winnt:notice] [pid 12596:tid 488] > AH00422: Parent: Received shutdown signal -- Shutting down the server. > [Sun Aug 03 03:25:13.237749 2013] [mpm_winnt:notice] [pid 20024:tid 372] > AH00364: Child: All worker threads have exited. > [Sun Aug 03 03:25:15.170023 2013] [mpm_winnt:notice] [pid 12596:tid 488] > AH00430: Parent: Child process 20024 exited successfully. > > > On Saturday, August 3, 2013 11:28:51 AM UTC-7, Boyce Middleton wrote: >> >> My company wants to deploy our website (developed in python 3.3) and we have >> been tying to use mod_wsgi for three days now. But Apache2.2 isn't letting >> us load the module. >> It pops us an error saying, "The requested operation has failed!" >> Used the "LoadModule wsgi_module modules/mod_wsgi.so" command it httpd.conf >> file >> and pasted the .so file in modules after compiling >> We tried a couple settings but no use. >> Did we go wrong some where? >> Thanks for your help. > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/modwsgi. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
