| TemplateDoesNotExist | Python 2.4.4: /usr/bin/python Tue Sep 7 15:00:46 2010 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /kunden/homepages/16/d162207309/htdocs/fanilista.info/cgi-bin/django.cgi |
| 99 #sys.path.append("/home/mycode") |
| 100 #sys.path.append('/kunden/homepages/16/d162207309/htdocs/lib/python/') |
| 101 # Change mysite to the name of your site package |
| 102 os.environ['DJANGO_SETTINGS_MODULE'] = 'fanilista.settings' |
| 103 run_with_cgi(django.core.handlers.wsgi.WSGIHandler()) |
| run_with_cgi = <function run_with_cgi>, django = <module 'django' from '/kunden/homepages/16/d162207309/htdocs/lib/python/django/__init__.pyc'>, django.core = <module 'django.core' from '/kunden/homepages/16...7309/htdocs/lib/python/django/core/__init__.pyc'>, django.core.handlers = <module 'django.core.handlers' from '/kunden/hom...cs/lib/python/django/core/handlers/__init__.pyc'>, django.core.handlers.wsgi = <module 'django.core.handlers.wsgi' from '/kunde...htdocs/lib/python/django/core/handlers/wsgi.pyc'>, django.core.handlers.wsgi.WSGIHandler = <class 'django.core.handlers.wsgi.WSGIHandler'> |
| /kunden/homepages/16/d162207309/htdocs/fanilista.info/cgi-bin/django.cgi in run_with_cgi(application=<django.core.handlers.wsgi.WSGIHandler object>) |
| 85 return write |
| 86 |
| 87 result = application(environ, start_response) |
| 88 try: |
| 89 for data in result: |
| result undefined, application = <django.core.handlers.wsgi.WSGIHandler object>, environ = {'DBENTRY': '/kunden/homepages/16/d162207309/htdocs/fanilista...#TAID 40343351 #WERB 0 #LANG 3 #PARKING 1 #STAT 1', 'DJANGO_SETTINGS_MODULE': 'fanilista.settings', 'DOCUMENT_ROOT': '/kunden/homepages/16/d162207309/htdocs/fanilista.info', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HOME': '/kunden/homepages/16/d162207309/htdocs/', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', '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', ...}, start_response = <function start_response> |
| /kunden/homepages/16/d162207309/htdocs/lib/python/django/core/handlers/wsgi.py in __call__(self=<django.core.handlers.wsgi.WSGIHandler object>, environ={'DBENTRY': '/kunden/homepages/16/d162207309/htdocs/fanilista...#TAID 40343351 #WERB 0 #LANG 3 #PARKING 1 #STAT 1', 'DJANGO_SETTINGS_MODULE': 'fanilista.settings', 'DOCUMENT_ROOT': '/kunden/homepages/16/d162207309/htdocs/fanilista.info', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HOME': '/kunden/homepages/16/d162207309/htdocs/', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', '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', ...}, start_response=<function start_response>) |
| 239 response = http.HttpResponseBadRequest() |
| 240 else: |
| 241 response = self.get_response(request) |
| 242 |
| 243 # Apply response middleware |
| response undefined, self = <django.core.handlers.wsgi.WSGIHandler object>, self.get_response = <bound method WSGIHandler.get_response of <django.core.handlers.wsgi.WSGIHandler object>>, request = <WSGIRequest GET:<QueryDict: {u'cb': [u'beigeand...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}> |
| /kunden/homepages/16/d162207309/htdocs/lib/python/django/core/handlers/base.py in get_response(self=<django.core.handlers.wsgi.WSGIHandler object>, request=<WSGIRequest GET:<QueryDict: {u'cb': [u'beigeand...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}>) |
| 128 except: |
| 129 try: |
| 130 return self.handle_uncaught_exception(request, resolver, sys.exc_info()) |
| 131 finally: |
| 132 receivers = signals.got_request_exception.send(sender=self.__class__, request=request) |
| self = <django.core.handlers.wsgi.WSGIHandler object>, self.handle_uncaught_exception = <bound method WSGIHandler.handle_uncaught_except...f <django.core.handlers.wsgi.WSGIHandler object>>, request = <WSGIRequest GET:<QueryDict: {u'cb': [u'beigeand...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}>, resolver = <RegexURLResolver fanilista.urls (None:None) ^/>, global sys = <module 'sys' (built-in)>, sys.exc_info = <built-in function exc_info> |
| /kunden/homepages/16/d162207309/htdocs/lib/python/django/core/handlers/base.py in handle_uncaught_exception(self=<django.core.handlers.wsgi.WSGIHandler object>, request=<WSGIRequest GET:<QueryDict: {u'cb': [u'beigeand...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}>, resolver=<RegexURLResolver fanilista.urls (None:None) ^/>, exc_info=(<class django.template.TemplateDoesNotExist>, <django.template.TemplateDoesNotExist instance>, <traceback object>)) |
| 179 # Return an HttpResponse that displays a friendly error message. |
| 180 callback, param_dict = resolver.resolve500() |
| 181 return callback(request, **param_dict) |
| 182 |
| 183 def _get_traceback(self, exc_info=None): |
| callback = <function server_error>, request = <WSGIRequest GET:<QueryDict: {u'cb': [u'beigeand...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}>, param_dict = {} |
| /kunden/homepages/16/d162207309/htdocs/lib/python/django/views/defaults.py in server_error(request=<WSGIRequest GET:<QueryDict: {u'cb': [u'beigeand...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}>, template_name='500.html') |
| 21 Context: None |
| 22 """ |
| 23 t = loader.get_template(template_name) # You need to create a 500.html template. |
| 24 return http.HttpResponseServerError(t.render(Context({}))) |
| 25 |
| t undefined, global loader = <module 'django.template.loader' from '/kunden/h...09/htdocs/lib/python/django/template/loader.pyc'>, loader.get_template = <function get_template>, template_name = '500.html' |
| /kunden/homepages/16/d162207309/htdocs/lib/python/django/template/loader.py in get_template(template_name='500.html') |
| 155 handling template inheritance recursively. |
| 156 """ |
| 157 template, origin = find_template(template_name) |
| 158 if not hasattr(template, 'render'): |
| 159 # template needs to be compiled |
| template undefined, origin undefined, global find_template = <function find_template>, template_name = '500.html' |
| /kunden/homepages/16/d162207309/htdocs/lib/python/django/template/loader.py in find_template(name='500.html', dirs=None) |
| 136 except TemplateDoesNotExist: |
| 137 pass |
| 138 raise TemplateDoesNotExist(name) |
| 139 |
| 140 def find_template_source(name, dirs=None): |
| global TemplateDoesNotExist = <class django.template.TemplateDoesNotExist>, name = '500.html' |
TemplateDoesNotExist: 500.html
args =
('500.html',)