On Apr 28, 5:43 pm, Thomas Heller <thel...@python.net> wrote: > I'm looking for a lightweight web-framework for an embedded system. > [...] > Does this sound sensible at all? Any suggestions?
I'd highly recommend taking a look at CherryPy: http://www.cherrypy.org/ The developers describe it as a "HTTP framework", being lower-level than most of the available web frameworks. But it should be very straightforward and more than suitable for your needs. -- http://mail.python.org/mailman/listinfo/python-list