Just to make things clearer the problem I have is if I do this:
c = xmlrpclib.ServerProxy("http://somewhere")
c.iI get this error: <Fault 1: "exceptions.TypeError:'int' object is not callable"> So how do I fake things so that xmlrpc knows not to try and call i but gets the value of i instead? -- http://mail.python.org/mailman/listinfo/python-list
