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

Traceback (most recent call last):

  File "C:\Python24\lib\site-packages\mod_python\apache.py", line 299, in HandlerDispatch
    result = object(req)

  File "w:\django_code\django_tags_1.0\django\core\handlers\modpython.py", line 222, in handler
    return ModPythonHandler()(req)

  File "w:\django_code\django_tags_1.0\django\core\handlers\modpython.py", line 195, in __call__
    response = self.get_response(request)

  File "w:\django_code\django_tags_1.0\django\core\handlers\base.py", line 116, in get_response
    return self.handle_uncaught_exception(request, resolver, sys.exc_info())

  File "w:\django_code\django_tags_1.0\django\core\handlers\base.py", line 160, in handle_uncaught_exception
    return callback(request, **param_dict)

  File "w:\django_code\django_tags_1.0\django\views\defaults.py", line 88, in server_error
    t = loader.get_template(template_name) # You need to create a 500.html template.

  File "w:\django_code\django_tags_1.0\django\template\loader.py", line 80, in get_template
    source, origin = find_template_source(template_name)

  File "w:\django_code\django_tags_1.0\django\template\loader.py", line 73, in find_template_source
    raise TemplateDoesNotExist, name

TemplateDoesNotExist: 500.html