Hello, I get very often an error from modpython, and I have no idea
about what I should check, does anybody know it?
Here is the output:

Mod_python error: "PythonHandler django.core.handlers.modpython"

Traceback (most recent call last):

  File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
299, in HandlerDispatch
    result = object(req)

  File "/usr/lib/python2.4/site-packages/django/core/handlers/
modpython.py", line 177, in handler
    return ModPythonHandler()(req)

  File "/usr/lib/python2.4/site-packages/django/core/handlers/
modpython.py", line 150, in __call__
    response = self.get_response(request)

  File "/usr/lib/python2.4/site-packages/django/core/handlers/
base.py", line 126, in get_response
    return callback(request, **param_dict)

  File "/usr/lib/python2.4/site-packages/django/views/defaults.py",
line 88, in server_error
    t = loader.get_template(template_name) # You need to create a
500.html template.

  File "/usr/lib/python2.4/site-packages/django/template/loader.py",
line 79, in get_template
    source, origin = find_template_source(template_name)

  File "/usr/lib/python2.4/site-packages/django/template/loader.py",
line 72, in find_template_source
    raise TemplateDoesNotExist, name

TemplateDoesNotExist: 500.html


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to