[Mailman-developers] Pipermail issue...

Stu Ekins stu@ekins.net
Wed, 8 Apr 1998 11:21:09 +0100


Hi,

Does anybody know of any issues with the pipermail module? It hasn't worked
for me since I upped my python version to 1.5 (on Linux 2.x). I'm still
learning the language and am not yet competent enough to debug it fully
myself!

Here's a traceback...

Traceback (innermost last):
  File "./archive", line 31, in ?
    list.UpdateArchive()
  File "/home/mailman/mailman/modules/mm_archive.py", line 72, in
UpdateArchive
    import pipermail
  File "/home/mailman/mailman/modules/pipermail.py", line 424, in ?
    words = string.split(datestr)
TypeError: argument 1: expected read-only buffer, None found


Cheers,
Stu.