[Mailman-Developers] Another Traceback

Mike Burton mburton at jo.birdsense.com
Wed May 14 13:10:22 EDT 2003


Barry got me steered in the right direction on my last problem (mixed 
python versions on this machine), and I appreciate that a bunch.  All 
seemed to be well until this morning when I attempted to unsubscribe 
somebody from one of the lists.  I tested a bit further and I get the same 
traceback.  Again, any clues will be greatly appreciated.  I'm not great 
at python - sorry.

Traceback (most recent call last):
  File "/usr/local/mailman/scripts/driver", line 87, in run_main
    main()
  File "/usr/local/mailman/Mailman/Cgi/admin.py", line 169, in main
    change_options(mlist, category, subcat, cgidata, doc)
  File "/usr/local/mailman/Mailman/Cgi/admin.py", line 1354, in 
change_options
    mlist.ApprovedDeleteMember(user)
  File "/usr/local/mailman/Mailman/MailList.py", line 944, in
ApprovedDeleteMember
    self.SendUnsubscribeAck(emailaddr, userlang)
  File "/usr/local/mailman/Mailman/Deliverer.py", line 87, in
SendUnsubscribeAck
    Utils.wrap(self.goodbye_msg), lang)
  File "/usr/local/mailman/Mailman/Message.py", line 206, in __init__
    errors='replace')
TypeError: __init__() got an unexpected keyword argument 'errors'

Take care,
Mike


More information about the Mailman-Developers mailing list