[Pythonmac-SIG] A newbie wonders about GUIs

Dan Grassi dan@grassi.org
Tue, 12 Feb 2002 20:30:34 -0500


On Tuesday, February 12, 2002, at 08:19 PM, Jamey Osborne wrote:

> I'm inclined at this point to put a web server on my PowerBook and 
> handle the GUI through the CGI model!

I'm in the same boat, using html and cgi for my GUI.  Don't forget that 
python has a web server: CGIHTTPServer that can be embedded in your app, 
that is what I am doing.  Also look at SkunkWeb.

Dan