<class 'django.template.TemplateDoesNotExist'>
Python 2.5.2: /home/hewitt/opt/bin/python
Thu Nov 20 17:59:05 2008

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/.earl/hewitt/joehewitt.com/fcgi.py in run(self=<fcgi.Request object at 0x40bdd54c>)
  578         """Runs the handler, flushes the streams, and ends the request."""
  579         try:
  580             protocolStatus, appStatus = self.server.handler(self)
  581         except:
  582             traceback.print_exc(file=self.stderr)
protocolStatus undefined, appStatus undefined, self = <fcgi.Request object at 0x40bdd54c>, self.server = <fcgi.WSGIServer object at 0x404750cc>, self.server.handler = <bound method WSGIServer.handler of <fcgi.WSGIServer object at 0x404750cc>>
 /home/.earl/hewitt/joehewitt.com/fcgi.py in handler(self=<fcgi.WSGIServer object at 0x404750cc>, req=<fcgi.Request object at 0x40bdd54c>)
 1264         try:
 1265             try:
 1266                 result = self.application(environ, start_response)
 1267                 try:
 1268                     for data in result:
result = None, self = <fcgi.WSGIServer object at 0x404750cc>, self.application = <django.core.handlers.wsgi.WSGIHandler object at 0x4046676c>, environ = {'DOCUMENT_ROOT': '/home/hewitt/joehewitt.com', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'Accept: application/xhtml+xml,text/html;q=0.9,text/plain;', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'no-cache', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'joehewitt.com', 'HTTP_PRAGMA': 'no-cache', ...}, start_response = <function start_response at 0x40bc9bc4>
 /home/hewitt/django/django_src/django/core/handlers/wsgi.py in __call__(self=<django.core.handlers.wsgi.WSGIHandler object at 0x4046676c>, environ={'DOCUMENT_ROOT': '/home/hewitt/joehewitt.com', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'Accept: application/xhtml+xml,text/html;q=0.9,text/plain;', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'no-cache', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'joehewitt.com', 'HTTP_PRAGMA': 'no-cache', ...}, start_response=<function start_response at 0x40bc9bc4>)
 /home/hewitt/django/django_src/django/core/handlers/base.py in get_response(self=<django.core.handlers.wsgi.WSGIHandler object at 0x4046676c>, request=<WSGIRequest GET:<QueryDict: {}>, POST:<QueryDic...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}>)
 /home/hewitt/django/django_src/django/views/defaults.py in page_not_found(request=<WSGIRequest GET:<QueryDict: {}>, POST:<QueryDic...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}>, template_name='404.html')
 /home/hewitt/django/django_src/django/template/loader.py in get_template(template_name='404.html')
 /home/hewitt/django/django_src/django/template/loader.py in find_template_source(name='404.html', dirs=None)

<class 'django.template.TemplateDoesNotExist'>: 404.html
      args = ('404.html',)
      message = '404.html'