##
Run a simple CGI server by opening a command line to the parent dir of cgi-bin and running
python -c "import CGIHTTPServer; CGIHTTPServer.test()"
 
##
 
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.
 
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.
 
Ron
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to