On Oct 17, 2007, at 7:35 AM, Paul Johnston wrote:
> Don't know why the Pylons session save was failing, perhaps it > doesn't allow arbitrary Python objects. in most cases, the pylons session is going to pickle whatever comes in and store it in a file, so that doesnt translate to things like connection pools. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
