Re: XMLRPCLIB appears to be broken?

2006-04-06 Thread flamesrock
Ughhh I feel like such an idiot :( Thanks for clearing that up it works now. -- http://mail.python.org/mailman/listinfo/python-list

Re: XMLRPCLIB appears to be broken?

2006-04-06 Thread Fredrik Lundh
"flamesrock" wrote: > I'm using IXR_library, which is one of the defato xml-rpc libs out > there. It seems to be working for other people... > > The reason I think its a python error is because php doesn't understand > lists, which is what the data is being returned as. umm. xml-rpc is a platfor

Re: XMLRPCLIB appears to be broken?

2006-04-06 Thread flamesrock
Thanks for the response. I'm using IXR_library, which is one of the defato xml-rpc libs out there. It seems to be working for other people... The reason I think its a python error is because php doesn't understand lists, which is what the data is being returned as. -- http://mail.python.org/mai

Re: XMLRPCLIB appears to be broken?

2006-04-05 Thread Fredrik Lundh
"flamesrock" wrote: > So.. why the heck is it doing this Clearly it's pythons fault, but do you run PHP on a Python emulator ? if not, I completely fail to see how it can "clearly be Python's fault" that the XML-RPC binding you're using for PHP don't understand the XML-RPC protocol. > 1)why

XMLRPCLIB appears to be broken?

2006-04-05 Thread flamesrock
Hi, I'm running xmlrpclib on python 2.4.2. The problem: When I pass arguments via xmlrpclib, it passes the args as a list to the first variable. Take this example (function should return second of two arguments, but always returns '') >>server = >>xmlrpclib.ServerProxy('http://simcitysphere.com