hi all, at the ubuntu hour in columbus last week, one of the guys (i don't remember who) wanted to write a web app in python, and none of us had any good suggestions (except for django). well, i came across the BaseHTTPServer and SimpleHTTPServer python modules that enable you to write python-based web apps. this is some low level stuff, so you may want to look around to find stuff that is built on top of it. see [0] to get started and good luck!
gilbert [0] http://wiki.python.org/moin/BaseHttpServer _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-us-ohio Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-us-ohio More help : https://help.launchpad.net/ListHelp

