Low-Level-Error: 500.html
--------------------------------------------------------------------------------
Have you installed PyLucid?
If not, follow the instruction here:
http://pylucid.org/_goto/107/install-PyLucid/
Note:
If you will go into the _install section, you must temporaly
deactivate some middlewares in your settings.py:
Edit the MIDDLEWARE_CLASSES data and deactivate:
- django.contrib.sessions.middleware.SessionMiddleware
- django.contrib.auth.middleware.AuthenticationMiddleware
After 'syncdb' the needed tables created and you must activate the
middleware classes!
--------------------------------------------------------------------------------
Python v2.5.5 (r255:77872, Feb 1 2010, 03:32:28)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
--------------------------------------------------------------------------------
Traceback (most recent call last):
File "index.cgi", line 224, in
runcgi()
File "/home/encubebi/public_html/miyazawa/cgi_server.py", line 93, in runcgi
result = application(environ, start_response)
File "/home/encubebi/python/projects/django/pylucid/django/core/handlers/wsgi.py", line 241, in __call__
response = self.get_response(request)
File "/home/encubebi/python/projects/django/pylucid/django/core/handlers/base.py", line 122, in get_response
return self.handle_uncaught_exception(request, resolver, sys.exc_info())
File "/home/encubebi/python/projects/django/pylucid/django/core/handlers/base.py", line 166, in handle_uncaught_exception
return callback(request, **param_dict)
File "/home/encubebi/python/projects/django/pylucid/django/views/defaults.py", line 23, in server_error
t = loader.get_template(template_name) # You need to create a 500.html template.
File "/home/encubebi/python/projects/django/pylucid/django/template/loader.py", line 81, in get_template
source, origin = find_template_source(template_name)
File "/home/encubebi/python/projects/django/pylucid/django/template/loader.py", line 74, in find_template_source
raise TemplateDoesNotExist, name
TemplateDoesNotExist: 500.html