--- /usr/lib/python2.5/xmlrpclib.py 2008-04-17 17:26:01.000000000 +0300 +++ xmlrpclib.py 2008-05-27 22:32:44.000000000 +0300 @@ -852,6 +852,7 @@ self.append(int(data)) self._value = 0 dispatch["i4"] = end_int + dispatch["i8"] = end_int dispatch["int"] = end_int def end_double(self, data):