2011/4/20 Ján Vorčák <vorcak....@gmail.com>:
>    PythonHandler django.core.handlers.modpython

You really, really, really should upgrade to mod_wsgi. mod_python is a
dead project, and support for it be removed  from Django in the
future. More importantly, you're not going to find a whole lot of
people who can help you out with mod_python. That is, I've seen this
problem before, but it's been so long since I've switched away that I
can't recall what the solution is.

If you absolutely can't switch, read
http://docs.djangoproject.com/en/dev/howto/deployment/modpython/#basic-configuration
very carefully, especially the parts about `django.root`. My guess is
that you've got something slightly wrong there, though what you've
posted looks correct to me.

Good luck,

Jacob

-- 
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 email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to