The reason it's breaking is that you're overloading `self` with a SessionMiddleware object in the following line:
> self = SessionMiddleware(self, key="mykey", secret="randomsecret") That's the Python reason why it's breaking, but I'm afraid that I'm a Pylons beginner so can't help you fix the rest of it. :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
