Kevin Dangoor wrote: > > OK, I think see the problem. Haven't decided on a fix yet. The problem > is in startup.py, we add the NestedVariablesFilter. That's where the > dict is probably coming from. I'm not sure why that runs before the > decoding filter. >
Yes, I think the problem is the NestedVariablesFilter kicking in before the decoding filter, maybe we need to use something with a lower priority then before_main? or simply shift it's position on the list of filter being applied in startup.py? Ciao Michele --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
