Re: simple web-server

2008-03-28 Thread Bernard
Did you take a look at web.py? That one looks terribly small and efficient :) We use CherryPy coupled with compiled Cheetah Templates for every web server based projects at my workplace and we've been really satisfied with it so far. On 28 mar, 07:53, "Pavol Murin" <[EMAIL PROTECTED]> wrote: > he

Re: simple web-server

2008-03-28 Thread Gabriel Genellina
En Fri, 28 Mar 2008 08:53:15 -0300, Pavol Murin <[EMAIL PROTECTED]> escribió: > could you point me to a very simple (single file is best) web-server? > I want to serve a few web-forms and run some shell scripts when the > forms are submitted. I might add Ajax later (this is not a > requirement,

Re: simple web-server

2008-03-28 Thread Thomas Guettler
Pavol Murin schrieb: > hello python users, > > could you point me to a very simple (single file is best) web-server? > I want to serve a few web-forms and run some shell scripts when the > forms are submitted. I might add Ajax later (this is not a > requirement, if it only supports forms it's OK)

Re: simple web-server

2008-03-28 Thread Larry Bates
On Fri, 2008-03-28 at 12:53 +0100, Pavol Murin wrote: > hello python users, > > could you point me to a very simple (single file is best) web-server? > I want to serve a few web-forms and run some shell scripts when the > forms are submitted. I might add Ajax later (this is not a > requirement,