Ok, it could be that your PythonPath is wrong? /home/chris/web/django_project's' rather than the singular project. Does your ucwv sit @ /home/chris/web/django_projects/ucwv?
Regards, Andy Karen Tracey wrote: > On Tue, Sep 9, 2008 at 8:05 AM, <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > > thnx, i've figured it out. the issue i'm having now is with my django > requirements in it: > > <Location "/"> > SetHandler python-program > PythonPath "['/home/chris/web/django_project'] + sys.path" > PythonHandler django.core.handlers.modpython > SetEnv DJANGO_SETTINGS_MODULE ucwv.settings > PythonDebug On > </Location> > > <Location "/media/"> > SetHandler None > </Location> > > <LocationMatch "\.(jpg|gif|png)$"> > SetHandler None > </LocationMatch> > > in /django_project/ is my project ucwv. i'm getting this error: > > Mod_python error: "PythonHandler django.core.handlers.modpython" > > Traceback (most recent call last): > > [snipped] > ImportError: Could not import settings 'ucwv.settings' (Is it on > sys.path? Does it have syntax errors?): No module named ucwv.settings > > > Does the user Apache is running as have read access to > '/home/chris/web/django_ > project' and your project directories underneath there? > > Karen > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

