Hello,

since a few days I get a strange error when there is a request
to a page that does not exist or has any kind of bugs.
Instead of the normal django error
template I get the following traceback:
------------------------------------------->
traceback (most recent call last):

  File
"/usr/lib/python2.4/site-packages/django/core/servers/basehttp.py",
line 272, in run
    self.result = application(self.environ, self.start_response)

  File
"/usr/lib/python2.4/site-packages/django/core/servers/basehttp.py",
line 611, in __call__
    return self.application(environ, start_response)

  File "/usr/lib/python2.4/site-packages/django/core/handlers/wsgi.py",
line 148, in __call__
    response = self.get_response(request.path, request)

  File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py",
line 92, in get_response
    return self.get_technical_error_response(request, is404=True,
exception=e)

  File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py",
line 132, in get_technical_error_response
    return debug.technical_404_response(request, exception)

  File "/usr/lib/python2.4/site-packages/django/views/debug.py", line
144, in technical_404_response
    t = Template(TECHNICAL_404_TEMPLATE, name='Technical 404 template')

TypeError: __init__() got an unexpected keyword argument 'name'
<-----------------------------------------------
I don't really understand where it comes from ( a django bug? my own
bug?)
Anybody who knows how to get rid of this?

thanks in advance

uli
debug


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to