<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>##<BR>Run a simple CGI server by opening a command line to the parent dir of cgi-bin and running<BR>python -c "import CGIHTTPServer; CGIHTTPServer.test()"</DIV>
<DIV>&nbsp;</DIV>
<DIV>## <BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>Oh, dear -- I responded before I read your post, Kent. It turns out it was option b), after all. But I had NO idea I would need to do anything like the little clip above. Anything else I run under CGI, I just send an HTTP request and it works. I read, and read, and read, but never read anything about starting a CGIHTTPServer -- I'll look it up right away, but I can't see how I missed that. Maybe by Googling "XMLRPC", which was what I really wanted to do.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Anyway, thank you -- if I can find them again, I'll respond to all those other posts with a link to yours in the archives.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Ron</DIV></BODY></HTML>