Re: Target WSGI script cannot be loaded as Python module

2009-04-14 Thread Thierry
Hello world with import socket gave me the same issue. I just re- installed Python 2.6, more specifically 2.6.2 and everything is working fine, thanks for your help. On Apr 14, 10:25 pm, Graham Dumpleton wrote: > On Apr 15, 12:07 pm, Thierry wrote: > > > > > I'm currently running Apache 2.2 on

Re: Target WSGI script cannot be loaded as Python module

2009-04-14 Thread Graham Dumpleton
On Apr 15, 12:07 pm, Thierry wrote: > I'm currently running Apache 2.2 on Windows and I can get the hello > world of modwsgi to run.  However, when I configure my Django project, > Apache has the following errors from the error.log file: > > mod_wsgi (pid=5956): Target WSGI script 'C:/django_pr

Target WSGI script cannot be loaded as Python module

2009-04-14 Thread Thierry
I'm currently running Apache 2.2 on Windows and I can get the hello world of modwsgi to run. However, when I configure my Django project, Apache has the following errors from the error.log file: mod_wsgi (pid=5956): Target WSGI script 'C:/django_proj/mysite/apache/ mysite.wsgi' cannot be loaded