On Mon, 7 Jun 2004 17:31:30 -0400 [EMAIL PROTECTED] wrote: > > I will be honest -- I have no idea what any of the following means... > all I know is, it's not working properly! I am fairly confident that I > didn't do anything special to cause it happen. If you have any idea > how to fix it, I'd love to know. > > Much appreciated, > > Taedie > > Bug in Mailman version <undetermined> > > We're sorry, we hit a bug! > If you would like to help us identify the problem, please email a copy > of this page to the webmaster for this site with a description of what > happened. Thanks! > > Traceback: > > Traceback (most recent call last): > File "/usr/local/cpanel/3rdparty/mailman/scripts/driver", line 115, > in print_traceback > from Mailman.mm_cfg import VERSION > ImportError: No module named mm_cfg >
FWIW, my mail server has two files matching that name, with one being a symlink. What've you got? ### locate mm_cfg /usr/lib/mailman/Mailman/mm_cfg.py /usr/lib/mailman/Mailman/mm_cfg.pyc ### ls -l /usr/lib/mailman/Mailman/mm_cfg.py* lrwxrwxrwx 1 root root 23 Jun 6 07:59 /usr/lib/mailman/Mailman/mm_cfg.py -> ../../../../etc/mailman -rw-r--r-- 1 root mailman 1521 Jun 7 17:13 /usr/lib/mailman/Mailman/mm_cfg.pyc ### ls -l /etc/mailman -rw-r--r-- 1 root mailman 3357 Jun 7 15:43 /etc/mailman ------------------------------------------------------ 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 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
