Re: [Mailman-Developers] patch to remove_member for mass unsubscribes

2001-04-03 Thread Ralph Corderoy
Hi, > Basically it adds a special list name: _alllists_ which does this: > > # time ./remove_members -f /tmp/badmails _alllists_ Perhaps an -option would be better than special-casing a list name. Ralph. ___ Mailman-Developers mailing list [EMAIL

Re: [Mailman-Developers] Problem with mailman-2.1a1, syntax error in bin/update : print >> sys.stderr ...

2001-04-01 Thread Ralph Corderoy
Hi Barry, > I'm not even sure what "make altinstall" does. ;) These error sure > point to Mailman finding an earlier version of Python than 2.0. Couldn't some of the make targets check that the version of Python available is sufficiently recent? This seems to crop up a lot as Mailman is using

Re: [Mailman-Developers] Fresh install of i18n Mailman

2001-03-02 Thread Ralph Corderoy
Hi, > I have tried to make a fresh install from CVS. > I get one error that says: > > Compiling /home/mailman/Mailman/versions.py ... > Traceback (most recent call last): > File "bin/update", line 31, in ? > from Mailman import Utils > File "/home/mailman/Mailman/Utils.py", line 37, in

Re: [Mailman-Developers] print >> sys.stderr does not compile

2001-02-20 Thread Ralph Corderoy
Hi Fil, > Well: I've symlinked /usr/bin/python to /usr/bin/python2, and another error > pops up : does mailman need some python libraries which are not in > python2-base ? > > ... > ImportError: No module named mimelib.address Yep, Barry's new mimelib. http://www.wooz.org/users/barry/soft

Re: [Mailman-Developers] print >> sys.stderr does not compile

2001-02-20 Thread Ralph Corderoy
Hi Fil, > You recently changed all calls like > write('(locked)', file=sys.stderr) > to > print >> sys.stderr, _('(locked)') > > but the latter will not compile on my machine. Am I missing something? I'd guess that your version of Python isn't recent enough to have the new `>>' for I/O