>>>>> "KM" == Kevin McCann <[EMAIL PROTECTED]> writes:
KM> Messages are sent just fine, archive files are created, but KM> when I try to retrieve web pages (archives, listinfo, etc.), I KM> get messages in /home/mailman/logs/errors that contain this: KM> admin(3434): [----- Mailman Version: 2.0.8 -----] admin(3434): KM> [----- Traceback ------] admin(3434): Traceback (innermost KM> last): admin(3434): File "/home/mailman/scripts/driver", line KM> 91, in run_main admin(3434): module = getattr(pkg, scriptname) KM> admin(3434): AttributeError: archives This specific error is because you probably hit a url like http://dom.ain/mailman/archives/blah The `archives' cgi-bin program is bogus, but the Makefiles still erroneously built the wrapper even though there's nothing for the wrapper to execute. You can remove $prefix/cgi-bin/archives, upgrade to 2.0.10, or ignore the error -- it's harmless. -Barry ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py