Re: Simple CGI-XMLRPC failure

2009-01-13 Thread Jeff McNeil
I don't have the version in front of me now as that was on my home machine, but Python was the same right down to the revision number. Unless you've mucked with it, it's the same file that I've got on my box. Jeff On Jan 13, 10:51 am, "Mike MacHenry" wrote: > I figured it was some kind of bug. M

Re: Simple CGI-XMLRPC failure

2009-01-13 Thread Mike MacHenry
I figured it was some kind of bug. Must be either a bug with my version of either the library (most likely) or perhaps some weird environment setting that I have set incorrectly (also likely). How can I figure out which version of SimpleXMLRPCServer I'm running? Do you run Ubuntu by any chance? If

Re: Simple CGI-XMLRPC failure

2009-01-12 Thread Jeff McNeil
On Jan 12, 12:40 pm, "Mike MacHenry" wrote: > I am having a difficult time understanding why my very simple > CGI-XMLRPC test isn't working. I created a server to export two > functions, the built-in function "pow" and my own identity function > "i". I run a script to call both of them and the "po

Re: Simple CGI-XMLRPC failure

2009-01-12 Thread Diez B. Roggisch
Mike MacHenry schrieb: I am having a difficult time understanding why my very simple CGI-XMLRPC test isn't working. I created a server to export two functions, the built-in function "pow" and my own identity function "i". I run a script to call both of them and the "pow" work fine but the "i" giv