Unable to use custom Transport class with python xmlrpclib due to TypeError: unbound method request()
问题 I am trying to use a custom Transport class with xmlrpclib in Python but when I specify a custom Transport, I do get an exception at the first call: File "/Users/sorins/dev/py/confluence/confluence/confluence.py", line 208, in __init__ self._token = self._server.confluence1.login(username, password) File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/usr/local/Cellar