[Tutor] web intefaces?

Python python at venix.com
Tue May 9 21:46:55 CEST 2006


On Mon, 2006-05-08 at 18:29 -0400, Chad Crabtree wrote:
> While everything that Alan Guald said is true, there are a couple of
> options for you.  Provided you know HTML (you must), you could
> generate html pragmatically but, knowledge of html is still mandatory.
>  Your options are, basically
> 
> http://www.cherrypy.org
> Which is an app server that should be fairly easy to package up with,
> say py2exe.

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/442481

This is an example of configuring a cherrypy application so that it runs
and starts the browser.  It's a convenient way to make sure that the web
application is running before the browser tries to access it.  It also
shows how a cherrypy application can stop itself.

-- 
Lloyd Kvam
Venix Corp



More information about the Tutor mailing list