Re: Strange error, trying to deploy Django with mod_wsgi

2007-12-11 Thread Graham Dumpleton
On Dec 12, 3:18 pm, Michael Best <[EMAIL PROTECTED]> wrote: > yml wrote: > > Hello Steve, > > > Sometimes ago when I first try to use mod_wsgi I have written a wiki > > page there: > >*http://code.djangoproject.com/wiki/django_apache_and_mod_wsgi > > It is a step by step procedure that I have

Re: Strange error, trying to deploy Django with mod_wsgi

2007-12-11 Thread Michael Best
yml wrote: > Hello Steve, > > Sometimes ago when I first try to use mod_wsgi I have written a wiki > page there: >* http://code.djangoproject.com/wiki/django_apache_and_mod_wsgi > It is a step by step procedure that I have followed to configure > mod_wsgi. It might help you to get your applic

Re: Strange error, trying to deploy Django with mod_wsgi

2007-09-25 Thread Steve Potter
On Sep 25, 8:27 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Sep 26, 3:59 am, Steve Potter <[EMAIL PROTECTED]> wrote: > > > > > > This sort of odd error can sometimes come up if you have chosen names > > > for directories/modules which clash with standard Python module names. > > > > Wh

Re: Strange error, trying to deploy Django with mod_wsgi

2007-09-25 Thread Graham Dumpleton
On Sep 26, 3:59 am, Steve Potter <[EMAIL PROTECTED]> wrote: > > This sort of odd error can sometimes come up if you have chosen names > > for directories/modules which clash with standard Python module names. > > > Where you have in your WSGI script file for mod_wsgi something like: > > > sys.pat

Re: Strange error, trying to deploy Django with mod_wsgi

2007-09-25 Thread Steve Potter
> > This sort of odd error can sometimes come up if you have chosen names > for directories/modules which clash with standard Python module names. > > Where you have in your WSGI script file for mod_wsgi something like: > > sys.path.append('/usr/local/django') > sys.path.append('/usr/local/django

Re: Strange error, trying to deploy Django with mod_wsgi

2007-09-25 Thread yml
Hello Steve, Sometimes ago when I first try to use mod_wsgi I have written a wiki page there: * http://code.djangoproject.com/wiki/django_apache_and_mod_wsgi It is a step by step procedure that I have followed to configure mod_wsgi. It might help you to get your application up and running with

Re: Strange error, trying to deploy Django with mod_wsgi

2007-09-24 Thread Graham Dumpleton
On Sep 25, 3:26 pm, Steve Potter <[EMAIL PROTECTED]> wrote: > On Sep 24, 6:16 pm, Graham Dumpleton <[EMAIL PROTECTED]> > wrote: > > > > > > Are you sure that the user Apache is running as has permissions > > > to read directories/files under the missed user's home dir?. > > > The permissions issu

Re: Strange error, trying to deploy Django with mod_wsgi

2007-09-24 Thread Steve Potter
On Sep 24, 6:16 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > > Are you sure that the user Apache is running as has permissions > > to read directories/files under the missed user's home dir?. > > The permissions issues along with other common issues are described > in: > > http://code.go

Re: Strange error, trying to deploy Django with mod_wsgi

2007-09-24 Thread Graham Dumpleton
On Sep 25, 8:44 am, "Ramiro Morales" <[EMAIL PROTECTED]> wrote: > On 9/24/07, Steve Potter <[EMAIL PROTECTED]> wrote: > > > [...] > > But when I > > tried to load the site I still received a 500 error and the apache > > error log had the following: > > > mod_wsgi (pid=5070): Exception occurred wit

Re: Strange error, trying to deploy Django with mod_wsgi

2007-09-24 Thread Ramiro Morales
On 9/24/07, Steve Potter <[EMAIL PROTECTED]> wrote: > [...] > But when I > tried to load the site I still received a 500 error and the apache > error log had the following: > > mod_wsgi (pid=5070): Exception occurred within WSGI script '/home/ > missed/projectsmt/pjsmt.wsgi'. > [...] > OSError: [

Strange error, trying to deploy Django with mod_wsgi

2007-09-24 Thread Steve Potter
I am in the process of trying to deploy a Django site using mod_wsgi. I had no problems installing mod_wsgi. However I did run into a few problems when trying to set the site. The first thing I ran into is that i forgot to install Mysql-python. So, I downloaded the source and did the following: