The main rules for getting mod_wsgi to work on Windows are. 1. You MUST use all 64 bit versions of mod_wsgi, Apache and Python, or all 32 bit versions. You cannot mix. 2. You MUST install Python for all users and not just the user Python was installed from. 3. You MUST use the same Python major/minor version as mod_wsgi was compiled with. 4. You MUST use the same Apache major/minor version as mod_wsgi was compiled with.
Binaries should be obtained from: http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi Select the appropriate version and preferably use the same Apache distribution as they say mod_wsgi was compiled using. Please list where you got all binaries, what versions they are, whether 32 or 64 bit and whether Python was installed for all users. Installation for all users is a check box in GUI based Python installer. For batch script installation, you need to update the batch installation configuration file somehow. Graham On 12/09/2013, at 3:18 AM, Rob Meijeren <[email protected]> wrote: > Hello everybody, > > I hop someone can help me out. For 2 days now I have been trying to get > Python/Django working with XAMPP 1.8.2. I have placed the mod_wsgi.so in the > modules and put "LoadModule wsgi_module modules/mod_wsgi.so" in my httpd.conf > but when I try to start apache, XAMPP says its attempting to start apache but > doesn't do anything. > > can someone please help me? it is driving me nuts. > > -- > 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.
