I'm running django on linux, and using the latest trunk.
When I got this particular traceback I was using mod_python, but the
same happens using the built-in webserver (only, "ModPythonRequest" is
replaced with "WSGIRequest" in that case).


The full traceback follows:

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

Traceback (most recent call last):

  File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
299, in HandlerDispatch
    result = object(req)

  File
"/usr/lib/python2.4/site-packages/django/core/handlers/modpython.py",
line 183, in handler
    return ModPythonHandler()(req)

  File
"/usr/lib/python2.4/site-packages/django/core/handlers/modpython.py",
line 153, in __call__
    response = self.get_response(req.uri, request)

  File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py",
line 95, in get_response
    return callback(request, **param_dict)

  File "/usr/lib/python2.4/site-packages/django/views/defaults.py",
line 79, in page_not_found
    return http.HttpResponseNotFound(t.render(RequestContext(request,
{'request_path': request.path})))

  File "/usr/lib/python2.4/site-packages/django/template/context.py",
line 97, in __init__
    self.update(processor(request))

  File
"/usr/lib/python2.4/site-packages/django/core/context_processors.py",
line 17, in auth
    return {

AttributeError: 'ModPythonRequest' object has no attribute 'user'
________________________________________________________________

thanks!
Filipe


--~--~---------~--~----~------------~-------~--~----~
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