Here is a sample output from running the tests. Pretty much the same.
$ python tests.py
EEEEEEEEEEEEEEEEEEE
======================================================================
ERROR: test_connect (__main__.InternalTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests.py", line 275, in test_connect
result = client.ping()
File "/root/repos/git/jsonrpclib/jsonrpclib/jsonrpc.py", line 220,
in __call__
return self.__send(self.__name, kwargs)
File "/root/repos/git/jsonrpclib/jsonrpclib/jsonrpc.py", line 168,
in _request
response = self._run_request(request)
File "/root/repos/git/jsonrpclib/jsonrpclib/jsonrpc.py", line 186,
in _run_request
verbose=self.__verbose
File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request
return self.single_request(host, handler, request_body, verbose)
File "/usr/lib/python2.7/xmlrpclib.py", line 1303, in single_request
return self.parse_response(stream)
File "/usr/lib/python2.7/xmlrpclib.py", line 1462, in parse_response
p.feed(data)
File "/usr/lib/python2.7/xmlrpclib.py", line 557, in feed
self._parser.Parse(data, 0)
ExpatError: not well-formed (invalid token): line 1, column 0
Let me know if there is anything else I can do.
Regards,
Jim Karsten
On Oct 29, 3:27 pm, Josh Marshall <
catchj...@gmail.com> wrote:
> Thanks for emailing the group --
>
> I haven't had a chance to test on 2.7 yet -- I think I *might *know what the