I'm not sure what you're trying to do. But I run cgi scripts and make xmlrpc requests with xmlrpclib with a connection with xmlrpclib.Server(server_uri), though I'm only doing this client side. I'm not running the server as cgi.
On 6/23/05, Ron Phillips <[EMAIL PROTECTED]> wrote: > > I believe I've tried every setting known to man, in every script in every > little scrap of documentation available. XMLRPC requests using > SimpleXMLRPCRequestHandler -- no problem. But try to run them as a CGI > script, and I get system lock ups and that's all. No error codes; no > response whatsoever. > > I am using Python 2.3, Windows XP. I have run other CGI scripts in the same > directory, so I know that works. > > Has anyone used this successfully? Can you share demo server and client > scripts -- just an echo function or something? > > Ron > _______________________________________________ > Tutor maillist - [email protected] > http://mail.python.org/mailman/listinfo/tutor > > > _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
