Andreas Neumeier wrote:

> It looks like RequestContext just dies silently, but I couldn't tell
> you for sure.
> 
> I also figured out, there is another installation (rev. 2893 on Ubuntu
> Dapper), which looks that it works perfectly. rev 2917 on Breezy seams
> to fail for some reason i cannot describe. Where could I have a deeper
> look? Does django depend on certain mod_python versions?

Did you overwrite TEMPLATE_CONTEXT_PROCESSORS ?

I made the mistake once, because I didn't knew this variable is filled
by default. You have to write something like:

TEMPLATE_CONTEXT_PROCESSORS = DEFAULT.TEMPLATE_CONTEXT_PROCESSORS +
('my.preprocessor',)

Took me some time to figure out why admin was not working anymore :)

The difference of Context and RequestContext is not a deep one, so I
don't think its a python issue here.

kindly regards
 Daniel

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

Reply via email to