[Mailman-Developers] Upgrading from 2.0.10 to 2.1.b2
David Gibbs
david@midrange.com
Mon, 6 May 2002 06:20:06 -0500
Folks:
I'm trying to give MM 2.1b2 a few tests, but cannot get any of my existing
mailing lists converted (I'm just trying to convert some test and internal
lists).
Whenever I copy the list files over from the 2.0.10 install directory, and
run bin/update -f, I get the following results ...
[root@linux mailman]# bin/update -f
Upgrading from version 0x20100b2 to 0x20100b2
getting rid of old source files
Updating mailing list: list-owners
Traceback (most recent call last):
File "bin/update", line 542, in ?
errors = main()
File "bin/update", line 424, in main
errors = errors + dolist(listname)
File "bin/update", line 184, in dolist
mlist = MailList.MailList(listname, lock=0)
File "/usr/local/mailman/Mailman/MailList.py", line 101, in __init__
self.Load()
File "/usr/local/mailman/Mailman/MailList.py", line 574, in Load
self.CheckValues()
File "/usr/local/mailman/Mailman/MailList.py", line 625, in CheckValues
for name, pattern, desc, emptyflag in self.topics:
File "/usr/local/mailman/Mailman/MailList.py", line 128, in __getattr__
raise AttributeError, name
AttributeError: topics
Any ideas?
Thanks!
david