Re: Ok, it works! :) Re: [Mailman-Developers] To be more precise on the Web errors...

2001-10-23 Thread Barry A. Warsaw
> "LM" == Luca Maranzano <[EMAIL PROTECTED]> writes: LM> Great Barry! :) LM> It seems that all is OK now, both gate_news and the Web U/I :) If you're watching the CVS log messages, you might see some checkins to address the problems with Pipermail in 2.1a3. Had an all day meeting

Re: Ok, it works! :) Re: [Mailman-Developers] To be more precise on the Web errors...

2001-10-22 Thread Barry A. Warsaw
> "LM" == Luca Maranzano <[EMAIL PROTECTED]> writes: LM> It seems that all is OK now, both gate_news and the Web U/I :) LM> I've still to report this: LM> after issuing /etc/init.d/mailman start | "/home/mailman/Mailman/Archiver/pipermail.py", line 210, in | __init__

Ok, it works! :) Re: [Mailman-Developers] To be more precise on the Web errors...

2001-10-22 Thread Luca Maranzano
Great Barry! :) It seems that all is OK now, both gate_news and the Web U/I :) I've still to report this: after issuing /etc/init.d/mailman start I got the following to the terminal: Traceback (most recent call last): File "/home/mailman/Mailman/Archiver/Archiver.py", line 183, in ArchiveMa

Re: [Mailman-Developers] To be more precise on the Web errors...

2001-10-22 Thread Barry A. Warsaw
I'm a big dummy. MailList.Locked() can't be called on an already locked list. So this should do the trick (apply on top of last patch, or just "cvs up" in a few minutes). -Barry snip snip Index: MailList.py

Re: [Mailman-Developers] To be more precise on the Web errors...

2001-10-22 Thread Dan Mick
I still seem OK without that latest MailList.py patch. > Hi, > > it seems that accessing via Web the main /mailman/listinfo page I get the error > below, but if I access directly one (and only this, it seems) list > via /mailman/listinfo/listname all works fine :-) I can perform all the > admi

Re: [Mailman-Developers] To be more precise on the Web errors...

2001-10-22 Thread Barry A. Warsaw
Okay, give me a few minutes... ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

[Mailman-Developers] To be more precise on the Web errors...

2001-10-22 Thread Luca Maranzano
Hi, it seems that accessing via Web the main /mailman/listinfo page I get the error below, but if I access directly one (and only this, it seems) list via /mailman/listinfo/listname all works fine :-) I can perform all the administrative operations! :-) I don't know why only for this list, anywa