debugging xmlrpc servers

Diez B. Roggisch deetsNOSPAM at web.de
Sun Jan 23 07:06:50 EST 2005


I have difficulties understanding your probelem - is your own method giving
you trouble (and the 'exceptions.ValueError:too many values to unpack')
error or is it the remote debugger? Or do you simply not understand the
error message itself.

The error itself is raised in cases like this:

a,b,c = (1,2,3,4)

Now to see where that sort of statement fails, it would help if you'd give
us the actual code for your result-method.


-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list