[Mailman-Users] [Fwd: Cron <mailman at guru> /usr/bin/python /usr/lib/mailman/cron/checkdbs]
Skip Montanaro
skip at pobox.com
Fri Dec 21 15:20:17 CET 2001
Rodolfo> Somebody can explain me what this message means??
...
Rodolfo> when, addr, passwd, digest, lang = mlist.GetRecord(id)
Rodolfo> ValueError: unpack tuple of wrong size
It means that the list or tuple returned by mlist.GetRecord(id) didn't have
a length of 5. To figure out what size it is, you might try this:
stuff = mlist.GetRecord(id)
print ">> output:", stuff
when, addr, passwd, digest, lang = stuff
--
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)
More information about the Mailman-Users
mailing list