Mark Panahi wrote: >Well, now I get this: > >doc local/mailman# bin/dumpdb lists/birn/config.db >Traceback (most recent call last): > File "bin/dumpdb", line 156, in ? > msg = main() > File "bin/dumpdb", line 126, in main > d = DumperSwitchboard().read(filename) >NameError: global name 'DumperSwitchboard' is not defined
Hmmmm.... It seems that starting with Mailman 2.1.5, bin/dumpdb can't dump marshals, only pickles. This is because the DumperSwitchboard() class has been deleted from Mailman/Queue/Switchboard.py even though it is still invoked from dumpdb for marshals. I don't *think* this is the underlying reason for your problem, but I don't know without looking further. Perhaps someone else has some info. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org