Jorge Vargas schrieb: > I'm not sure if it's available in CP2 > but according to this > http://www.cherrypy.org/wiki/WSGI#WSGIEnviron > you can access the environment with cherrypy.request.wsgi_environ > > if that's not possible I assume you can build a little converter, > after all it's just a dict! based on this explanation. > http://pythonpaste.org/webob/differences.html#cherrypy-turbogears
This works in CP2, I'm using it for sessions (Beaker) and authentication (repoze.who) with TG1. fs --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

