Re: ImportError: No module named django.core.handlers.modpython

2009-01-28 Thread Karen Tracey
On Wed, Jan 28, 2009 at 3:39 PM, saturdayplace wrote: > > Ahh. OK, so I installed django in /home/thunsaker/python_modules/ > django-trunk. And then did: >ln -s /home/thunsaker/python_modules/django-trunk/django /usr/lib/ > python2.5/site-packages > so that django's on the pythonpath. I'm u

Re: ImportError: No module named django.core.handlers.modpython

2009-01-28 Thread saturdayplace
OK - so it looks like it was a permissions problem. I moved my django-1.0.X and django-projects directories to /var/www where my apache could get to it, and that seems to have cleared everything up. Thanks for the pointer. On Jan 28, 1:39 pm, saturdayplace wrote: > On Jan 28, 12:31 pm, Karen Tr

Re: ImportError: No module named django.core.handlers.modpython

2009-01-28 Thread saturdayplace
On Jan 28, 12:31 pm, Karen Tracey wrote: > On Wed, Jan 28, 2009 at 1:48 PM, saturdayplace wrote: > > > > > > > I'm trying to get Django set up on a new webserver, and I get the > > above error.  Here's my setup: > > > $python > > Python 2.5 (r25:51908, Apr 10 2007, 10:29:13) > > [GCC 4.1.2 2007

Re: ImportError: No module named django.core.handlers.modpython

2009-01-28 Thread Karen Tracey
On Wed, Jan 28, 2009 at 1:48 PM, saturdayplace wrote: > > I'm trying to get Django set up on a new webserver, and I get the > above error. Here's my setup: > > $python > Python 2.5 (r25:51908, Apr 10 2007, 10:29:13) > [GCC 4.1.2 20070403 (Red Hat 4.1.2-8)] on linux2 > Type "help", "copyright", "c

Re: ImportError: No module named django.core.handlers.modpython

2008-04-04 Thread Graham Dumpleton
On Apr 4, 5:36 pm, "Jared Dobson" <[EMAIL PROTECTED]> wrote: > Graham, > > Thank you so much for helping on this, it has been a nightmare band.  And > thank you for making > > Well i just tried the walk thru of django > mod_wsgi:http://code.djangoproject.com/wiki/django_apache_and_mod_wsgi > > An

Re: ImportError: No module named django.core.handlers.modpython

2008-04-03 Thread Jared Dobson
Graham, Thank you so much for helping on this, it has been a nightmare band. And thank you for making Well i just tried the walk thru of django mod_wsgi: http://code.djangoproject.com/wiki/django_apache_and_mod_wsgi And it looks pretty good to me but i get this error: could not open document c

Re: ImportError: No module named django.core.handlers.modpython

2008-04-03 Thread Graham Dumpleton
On Apr 4, 2:24 pm, "Jared Dobson" <[EMAIL PROTECTED]> wrote: > Hey Graham, > > Thanks for you reply. :-) is this your site:http://www.dscpl.com.au/?If > so you know all about mod_python, and I really appreaciate you helping me > out. :-) The following is also my site: http://www.modwsgi.org

Re: ImportError: No module named django.core.handlers.modpython

2008-04-03 Thread Jared Dobson
Hey Graham, Thanks for you reply. :-) is this your site: http://www.dscpl.com.au/? If so you know all about mod_python, and I really appreaciate you helping me out. :-) My project is under the /home directory so i added it to the PythonPath. I tried the following and it all worked good. [EMAI

Re: ImportError: No module named django.core.handlers.modpython

2008-04-03 Thread Graham Dumpleton
On Apr 4, 8:37 am, Jared Dobson <[EMAIL PROTECTED]> wrote: > Hello, > > Have anyone ever seen this error i'm on the latest svn trunk for > django, I have been searching the mailing list to find an answer. > > Mod_python is working because i mod_python.testhandler for the same > apache config sect

Re: ImportError: No module named django.core.handlers.modpython

2007-10-06 Thread Graham Dumpleton
On Oct 7, 2:41 pm, Aaron <[EMAIL PROTECTED]> wrote: > I am using Django version 0.97 (latest development version), Python > 2.5, Apache 2.0.61 and mod_python 3.3.1. > > I am getting the following mod_python error: > --- > Traceback (mos