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 _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor