I'm trying to make use of the xmlrpc interface to the tracker, but I am getting
a Fault from the server:
xmlrpclib.Fault: <Fault 1: 'exceptions.TypeError:cannot marshal None unless
allow_none is enabled'>
Looking at the source in the tracker directory in svn, it looks like it should
be using allow_none=True by default, unless the version of python it is running
under is less than 2.5....
|