How to deal with such errors?

---8<------------------------------------------------------
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 165, in handler
    return ModPythonHandler()(req)

...more tracing...

  File "/usr/lib/python2.4/site-packages/django/core/template/__init__.py", 
line 735, in render_node
    raise wrapped

TemplateSyntaxError: Caught an exception while rendering.
---8<------------------------------------------------------

Template is nothing more than {% blocks stuff %} and {{ variables }}... ):

Reply via email to