[modwsgi] mod_wsqi + apache 2.2 + python 2.7.1 + Win 7: getting DLL load failed

2011-04-30 Thread Alejandro
Hi, I have the following in httpd.conf: LoadModule wsgi_module modules/mod_wsgi.so WSGIScriptAlias /wsgi C:/temp/wsgi_test.py Directory C:/temp AllowOverride None Options None Order deny,allow Allow from all /Directory Which with a wsgi_test.py like: def application(environ, start_response):

[modwsgi] Re: mod_wsqi + apache 2.2 + python 2.7.1 + Win 7: getting DLL load failed

2011-04-30 Thread Alejandro
be an acceptable solution (at least in my case). regards and thanks for help, af On Apr 30, 9:32 pm, Graham Dumpleton graham.dumple...@gmail.com wrote: On 1 May 2011 03:38, Alejandro afrit...@gmail.com wrote: Hi, I have the following in httpd.conf: LoadModule wsgi_module modules