Eric Dynamic wrote to mailman-developers and also similarly to mailman-users at <http://mail.python.org/pipermail/mailman-users/2008-May/061542.html>:
>The error arose in 2.1.10rc1 and so I tried to downgrade the version to >a stable one, 2.1.10. 2.1.10 is not a downgrade from 2.1.10rc1. >I get the same error: > >Updating mailing list: academicchoice >Traceback (most recent call last): > File "./update", line 789, in <module> > errors = main() > File "./update", line 679, in main > errors = errors + dolist(listname) > File "./update", line 192, in dolist > mlist = MailList.MailList(listname, lock=0) > File "/usr/local/mailman/Mailman/MailList.py", line 130, in __init__ > self.Load() > File "/usr/local/mailman/Mailman/MailList.py", line 632, in Load > dict, e = self.__load(file) > File "/usr/local/mailman/Mailman/MailList.py", line 605, in __load > dict = loadfunc(fp) >ImportError: No module named e > >I had an older version (maybe 2.1.5) on machine A which was being >blocked by AT&T, >so I installed the later version 2.1.10rc1 on machine B and copied the >"lists" and "archives" contents over to machine B. The system continues >to produce references to machine A in the web code, and finally I see I >have to run > >withlist -l -r fix_urls > >but that fails with the same "No module named e" error. We're running >python 2.5 on FreeBSD 6.2. I desperately need to fix the lists as they are >active and people are hosed until I can. I would make the changes manually >if I knew what "fix_urls" does; I changed the domain name inside the files >lists/*/config.pck but that didn't help. I'm not using any virtual-host >stuff. As indicated in my reply on mailman-users and subsequent off-list correspondence, this is cause by some kind of corruption in the list's config.pck files. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
