[Pythonmac-SIG] HTTP and CGI on Mac

Noel Burton-Krahn noel@burton-krahn.com
4 Nov 1999 00:49:25 -0000


I would like to write a web app with CGI scripts to run on the
Macintosh.  I need:

(a) a web server (I'm looking at Medusa)

(b) some way to call CGI scripts.  How does one capture stdin/stdout
    on a Mac?  Is there a python library for this?

How does one exec() a program on the Mac and feed stdin/read stdout?

Any help would be muchly appreciated.

--Noel