On Oct 1, 10:58 am, Phillip B Oldham <[EMAIL PROTECTED]> wrote: > On Oct 1, 9:53 am, Sam <[EMAIL PROTECTED]> wrote: > > > Did you try WebPy?http://webpy.org/Hum, the website seems to be down today > > Not yet - I'm hoping the python community can suggest some examples of > micro/small frameworks (which just supply the basics; no forms/ > templating/ORM/etc) so I can compare and select the one which suits my > needs.
How about wsgiref in the standard library? It is as small as you can get without resorting to CGI. -- http://mail.python.org/mailman/listinfo/python-list