Re: [Mailman-Developers] HTTPRunner.py

2006-10-16 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 16, 2006, at 9:25 AM, Tokio Kikuchi wrote: >> I checked in a bunch of updates to the web interface that should >> make things run better under wsgi. It's still not perfect, but >> most of the links (which are now relative) should work. I

Re: [Mailman-Developers] HTTPRunner.py

2006-10-16 Thread Tokio Kikuchi
Hi, > I checked in a bunch of updates to the web interface that should make > things run better under wsgi. It's still not perfect, but most of the > links (which are now relative) should work. I haven't tried it under > traditional cgi yet (just wsgiref) so I may have broken things there. >

Re: [Mailman-Developers] HTTPRunner.py

2006-10-16 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 8, 2006, at 10:19 PM, Tokio Kikuchi wrote: > I've checked in HTTPRunner.py using this simple server and > wsgi_app.py for wrapping mailman cgi in wsgi environment. I fear I > may be doing wrong things but it should be a proof that right

[Mailman-Developers] HTTPRunner.py (was Re: LMTPRunner.py)

2006-10-08 Thread Tokio Kikuchi
Barry Warsaw wrote: > Actually, something that emf mentioned a while ago: we should adapt > the current web interface to WSGI and then perhaps use > wsgiref.simple_server(): > > http://www.python.org/doc/current/lib/module-wsgiref.simpleserver.html Hi, I've checked in HTTPRunner.py using th