Re: Deploying Django Apache mod_python

2008-09-25 Thread [EMAIL PROTECTED]
Thank you so much :-)! That did the trick. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send

Re: Deploying Django Apache mod_python

2008-09-25 Thread Bojan Mihelac
Would this help: PythonPath "['/home/user/projects', '/home/user/projects/myproject'] + sys.path" Bojan On Sep 25, 6:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to deploy my django project, but when I go to any urls of > the project I get this error: > > Mod_pytho

Re: Deploying Django Apache mod_python

2008-09-25 Thread [EMAIL PROTECTED]
And my django install is in /usr/lib/python2.4/site-packages/django --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscri