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

Luca Maranzano liuk@publinet.it
Mon, 22 Oct 2001 23:01:53 +0200


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
ArchiveMail
    h.processUnixMailbox(f, HyperArch.Article)
  File "/home/mailman/Mailman/Archiver/pipermail.py", line 525, in
processUnixMailbox
    a = articleClass(m, self.sequence)
  File "/home/mailman/Mailman/Archiver/HyperArch.py", line 150, in
__init__
    self.__super_init(message, sequence, keepHeaders)
  File "/home/mailman/Mailman/Archiver/pipermail.py", line 210, in
__init__
    s = StringIO(message.get_payload())
TypeError: expected string, list found

Hoping to be useful :)

--luca