Ughhh I feel like such an idiot :(
Thanks for clearing that up it works now.
--
http://mail.python.org/mailman/listinfo/python-list
"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
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
"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
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