Excuse my ignorance, but I am trying to learn more about WSGI and how it fits in with these Python frameworks....
Could we use this stuff, without additional work, if Django was WSGI-compliant? Isn't that the "dream" of WSGI as a way of creating framework-neutral middleware? If this is so what is holding us back from doing this? If this is not so, please ignore me :) Man, I wish I could do Python full-time, it would make it much easier to keep this stuff straight :) thanks- ian On 11/7/05, Simon Willison <[EMAIL PROTECTED]> wrote: > > Read this: > > http://blog.ianbicking.org/ajaxy-exception-catching.html > > And watch the screencast: > > http://pythonpaste.org/screencasts/evalerror-screencast.html > > We need this in Django! >