[Web-SIG] [ANN] Aspen 0.8: Introducing Simplates

2007-12-23 Thread Chad Whitacre
Greetings, program! I'm happy to announce version 0.8 of Aspen, a Python webserver. This version introduces "simplates," which bring Python and web templating as close as possible without actually mixing them. You'll find a 3-minute intro video plus docs and downloads here: http://www.zetad

Re: [Web-SIG] serving (potentially large) files through wsgi?

2007-12-23 Thread Robert Brewer
Graham Dumpleton wrote: > On 22/12/2007, Brian Smith <[EMAIL PROTECTED]> wrote: > > Manlio Perillo wrote: > > > Instead of using sys.stderr, a better solution is to add a new log > > > object to the WSGI environment dictionary, so that each > > > application can have its error log redirected to dif