[Tutor] CGIXMLRPCRequestHandler doesn't actually work, does it?
Shuying Wang
shuying at gmail.com
Thu Jun 23 09:41:32 CEST 2005
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 <RPhillips at engineer.co.summit.oh.us> 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 - Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>
>
More information about the Tutor
mailing list