There seem to be many excellent web frameworks for Python. Has anyone used any of these (Pylons, Web2Py, Django) with IronPython?
You may want to read this
Basically web2py code runs unmodified and out of the box but with IronPython but
This is because csv, signals, logging and sqlite are not present in IronPython. An you can see from the thread above there is work underway to find ways around.
web2py also runs unmodified on Jython 2.5 beta, without any known limitation, except for a bug with regular expressions in Jython that makes it choke on some templates (re.compile(...).finditer goes in a loop). We are working to find a way around for this as well.