[Mailman-Developers] Upgrading from 2.0.10 to 2.1.b2

David Gibbs david@midrange.com
Tue, 07 May 2002 06:20:28 -0500


At 12:36 AM 5/7/2002, Barry A. Warsaw wrote:
>What happens when you do
>
>     % bin/withlist list-owners
>     >>> m.topics

/usr/local/mailman $bin/withlist list-owners
Loading list list-owners (unlocked)
Traceback (most recent call last):
   File "bin/withlist", line 271, in ?
     main()
   File "bin/withlist", line 252, in main
     r = do_list(listname, args, func)
   File "bin/withlist", line 178, in do_list
     m = MailList.MailList(listname, lock=LOCK)
   File "/usr/local/mailman/Mailman/MailList.py", line 101, in __init__
     self.Load()
   File "/usr/local/mailman/Mailman/MailList.py", line 575, 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

Just to clarify what I did ... I did a virgin install of 2.1b2, copied over 
the entire "lists/list-owners" directory from my 2.0.10 install directory 
to 2.1b2 directory, then ran bin/update -f.

Would it be useful to have the a copy of the list data?  It's a very small 
list.

david

--
| Internet: david@midrange.com
| WWW: http://david.fallingrock.net
| AIM: MidrangeMan
|
| If you can't fly, run; if you can't run, walk;
|    if you can't walk, crawl.
|		-mlk