Re: [Twisted-Python] twisted vs wsgi

2010-03-30 Thread Itamar Turner-Trauring
On Tue, 2010-03-30 at 08:46 +0100, Chris Withers wrote: > I struggled to find good narrative docs on using Twisted as a WSGI > server. Where should I have been looking and have I dropped any clangers > in the above? The "Web in 60 seconds" howto has this: http://twistedmatrix.com/documents/curre

[Twisted-Python] twisted vs wsgi

2010-03-30 Thread Chris Withers
Hi All, I've managed to cobble this together as a way of starting a BFG app under Twisted's wsgi server: """ from twisted.web.wsgi import WSGIResource from twisted.web.server import Site from twisted.internet import reactor from webob import Response from repoze.bfg.configuration import Configu