Uncaught runner exception: 'generator' object has no attribute 'insert'

Hello,
I am new to mailman, so bear with me. I have downloaded mailman-2.0.7 which works fine, than I have tried mailman 2.1 (also from cvs), and getting error message below in error log whenever I try to send email to mailman-request@asp.ogi.edu with word help in Subject line (I have tried also word help in body of message without any luck).
Nov 25 16:24:47 2001 (11789) Uncaught runner exception: 'generator' object has no attribute 'insert' Nov 25 16:24:47 2001 (11789) Traceback (most recent call last): File "/work/mailman/Mailman/Queue/Runner.py", line 104, in __oneloop self.__onefile(msg, msgdata) File "/work/mailman/Mailman/Queue/Runner.py", line 152, in __onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/work/mailman/Mailman/Queue/CommandRunner.py", line 61, in _dispose mlist.ParseMailCommands(msg, msgdata) File "/work/mailman/Mailman/MailCommandHandler.py", line 198, in ParseMailCommands lines.insert(0, SPACE.join(subjcmd)) AttributeError: 'generator' object has no attribute 'insert'
What am I doing wrong?
Thanks, Pavel

Well, one thing you are doing wrong is sending this to the users list. All comments and problems for the 2.1 alpha should be directed to the dev list.
The code base for 2.1 changes often enough that only the developers and a few power users are up to date on it.
Jon Carnes
On Sunday 25 November 2001 19:37, Pavel Chytil wrote:
Hello,
I am new to mailman, so bear with me. I have downloaded mailman-2.0.7 which works fine, than I have tried mailman 2.1 (also from cvs), and getting error message below in error log whenever I try to send email to mailman-request@asp.ogi.edu with word help in Subject line (I have tried also word help in body of message without any luck).
Nov 25 16:24:47 2001 (11789) Uncaught runner exception: 'generator' object has no attribute 'insert' Nov 25 16:24:47 2001 (11789) Traceback (most recent call last): File "/work/mailman/Mailman/Queue/Runner.py", line 104, in __oneloop self.__onefile(msg, msgdata) File "/work/mailman/Mailman/Queue/Runner.py", line 152, in __onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/work/mailman/Mailman/Queue/CommandRunner.py", line 61, in _dispose mlist.ParseMailCommands(msg, msgdata) File "/work/mailman/Mailman/MailCommandHandler.py", line 198, in ParseMailCommands lines.insert(0, SPACE.join(subjcmd)) AttributeError: 'generator' object has no attribute 'insert'
What am I doing wrong?
Thanks, Pavel
Mailman-Users maillist - Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users
participants (2)
-
Jon Carnes
-
Pavel Chytil