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
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
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
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