On Thu, 2004-07-15 at 08:46, Nigel Metheringham wrote:
I've just been looking at Barry's notes for his list relocation at http://www.mail-archive.com/mailman-developers@python.org/msg03127.html
I tried this on a test list, and it fails...
Doing the step:- % bin/withlist -l -r fix_url exim-dev Importing fix_url... Running fix_url.fix_url()... Loading list exim-dev (locked) Traceback (most recent call last): File "bin/withlist", line 275, in ? main() File "bin/withlist", line 256, in main r = do_list(listname, args, func) File "bin/withlist", line 182, in do_list m = MailList.MailList(listname, lock=LOCK) File "/home/services/mailman/Mailman/MailList.py", line 126, in __init__ self.Lock() File "/home/services/mailman/Mailman/MailList.py", line 163, in Lock self.Load() File "/home/services/mailman/Mailman/MailList.py", line 630, in Load self.CheckValues() File "/home/services/mailman/Mailman/MailList.py", line 712, in CheckValues for name, pattern, desc, emptyflag in self.topics: File "/home/services/mailman/Mailman/MailList.py", line 144, in __getattr__ raise AttributeError, name AttributeError: topics
Basically its fixing up topic which doesn't exist in 2.0.x. I'll see about working round this...
Nigel.
-- [ Nigel Metheringham Nigel.Metheringham@InTechnology.co.uk ] [ - Comments in this message are my own and not ITO opinion/policy - ]