From: Anand Chitipothu <[email protected]>

Here is what you need:

def webpy_wsgi(app):
     def start_response(status, headers):
         web.ctx.status = status
         web.ctx.headers = headers

     return app(web.ctx.env, start_response)

Thanks!

Alessandro

--
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.

Reply via email to