Re: Apache mod_python config problem

2007-11-19 Thread Joe
Try creating symbolic links in your site-packages directory to your django source and application source. ln -s Joe On Nov 16, 11:24 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I've been writing a Django app at work using Windows XP and Apache. > Everything works fine. When I bring th

Re: Apache mod_python config problem

2007-11-18 Thread Nimrod A. Abing
On Nov 18, 2007 11:29 AM, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > On Nov 18, 2:24 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Thanks for the help. I didn't think about checking permissions. I > > have the site working now and I think it was a combination of > > permissions and

Re: Apache mod_python config problem

2007-11-17 Thread Graham Dumpleton
On Nov 18, 2:24 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Thanks for the help. I didn't think about checking permissions. I > have the site working now and I think it was a combination of > permissions and file paths. Here's the httpd.conf file that works: > > > ServerName

Re: Apache mod_python config problem

2007-11-17 Thread [EMAIL PROTECTED]
Thanks for the help. I didn't think about checking permissions. I have the site working now and I think it was a combination of permissions and file paths. Here's the httpd.conf file that works: ServerName music.sensiblestaffing.com DocumentRoot/home/published/www/dja

Re: Apache mod_python config problem

2007-11-16 Thread Nimrod A. Abing
On Nov 17, 2007 12:24 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Obviously "mydomain" has been replaced as not to publish my domain > name. As you can see in the exception, sys.path includes the location > of my app. It still doesn't appear to find settings.py. Make sure www-data can re

Apache mod_python config problem

2007-11-16 Thread [EMAIL PROTECTED]
I've been writing a Django app at work using Windows XP and Apache. Everything works fine. When I bring the project home to run on Ubuntu, I'm having trouble getting Apache configured. I've worked on this problem for about a month but can't seem to get it resolved. It appears to be fairly commo