The session mentioned here is an sqlalchemy session. I usually import it like this:
from turbogears.database import session as tg_session The main thing is that SA support takes a SA SelectResults instance just like SO support takes a SO SelectResults instance. There is no use of cherrypy sessions. Everything is passed thru the URI. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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 -~----------~----~----~----~------~----~------~--~---

