[Mailman-Developers] Problem with UserDict?

Paul Hebble hebble@ncsa.uiuc.edu
Thu, 2 Sep 1999 17:00:49 -0500 (CDT)


Hi,

I caught up with Mailman CVS today, and now bin/newlist dies like this:

Traceback (innermost last):
  File "bin/newlist", line 146, in ?
    raise SystemExit(main(sys.argv))
  File "bin/newlist", line 126, in main
    sendnotice(newlist, list_name, owner_mail, list_pw)
  File "bin/newlist", line 131, in sendnotice
    text = Utils.maketext(
  File "/home/mailman/Mailman/Utils.py", line 654, in maketext
    text = template % SafeDict(dict)
  File "/home/mailman/Mailman/Utils.py", line 631, in __init__
    UserDict.__init__(self, d)
TypeError: too many arguments; expected 1, got 2

Any idea what might be wrong?

--
	Paul