Search Wiki:

Project Description

NWSGI is a .NET implementation of the Python WSGI specification using IronPython. It is implemented as an ASP.NET HttpHandler.

  1. Introduction
  2. Tutorials
  3. Compatibility

Progress

Support for WSGI has been implemented and has been lightly tested with Paste (http://pythonpaste.org), and has run a simple CherryPy application successfully. However, running larger applications and frameworks will require some improvements to IronPython (there are some bizarre edge cases that it doesn't handle) as well as .NET native versions of some Python libraries (especially the database libraries).
Last edited Apr 13 at 3:58 PM  by jdhardy, version 10
Comments
fuzzyman wrote  Nov 18 2007 at 2:07 PM  
Phillip J Eby comments about this implementation:

".close() handling and start_response(exc_info) are missing."

This might help work out why it doesn't work with frameworks.

Updating...