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
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
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
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
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