[ mailman-Bugs-1115695 ] __init__() got an unexpected keyword
argument 'errors'
SourceForge.net
noreply at sourceforge.net
Thu Feb 3 21:48:23 CET 2005
Bugs item #1115695, was opened at 2005-02-03 21:09
Message generated for change (Comment added) made by schneemensch
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1115695&group_id=103
Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Jörn Tschersich (schneemensch)
Assigned to: Nobody/Anonymous (nobody)
Summary: __init__() got an unexpected keyword argument 'errors'
Initial Comment:
Hello!
Out of the blue, Mailman stopped working and produced
this bug message on some pages and as a reply to mails
sent to a list:
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 175,
in main
change_options(mlist, category, subcat, cgidata, doc)
File "/usr/local/mailman/Mailman/Cgi/admin.py", line
1337, in change_options
whence='admin mass sub')
File "/usr/local/mailman/Mailman/MailList.py", line 951, in
ApprovedAddMember
digest, text)
File "/usr/local/mailman/Mailman/Deliverer.py", line 79, in
SendSubscribeAck
text, pluser)
File "/usr/local/mailman/Mailman/Message.py", line 206,
in __init__
errors='replace')
TypeError: __init__() got an unexpected keyword
argument 'errors'
Python information:
Variable Value
sys.version 2.2.2 (#1, Apr 18 2003, 08:23:15) [GCC 3.3
20030226 (prerelease) (SuSE Linux)]
sys.executable /usr/bin/python
sys.prefix /usr
sys.exec_prefix /usr
sys.path /usr
sys.platform linux2
The Mailman log "error" shows the same output, nothing
in any of the syslogs.
Can somebody help?
----------------------------------------------------------------------
>Comment By: Jörn Tschersich (schneemensch)
Date: 2005-02-03 21:48
Message:
Logged In: YES
user_id=607911
Sorry to have bothered you ... reinstalling 2.1.1 from the SuSE
8.2 CD fixed it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1115695&group_id=103
More information about the Mailman-coders
mailing list