On Tue, 2003-06-24 at 00:43, J C Lawrence wrote: > ObNote2: TMDA as of v0.75 (latest .deb)is not able to read Mailman > v2.1 list configurations to extract the membership rosters (the pickle > now contains bounce objects so the naive cPickle.load fails). This > doesn't create a major problem, just means that you have to comment > sections of your TMDA filters until that's fixed. (Jason: If you want > example configs and other details, just give me the word and I'll > attach them over).
That might be a simple matter of putting $prefix on your PYTHONPATH when you start up TMDA. It needs to find the Mailman.Bouncer module to get the _BounceInfo class. -Barry _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
