Dennis Putnam wrote: > >Of course I did not expect this to be easy. After restoring the Mailman >directory as suggested, mailman will not start: > >Traceback (most recent call last): > File "/usr/sbin/mailmanctl", line 106, in <module> > from Mailman import mm_cfg >ImportError: Bad magic number in /usr/lib/mailman/Mailman/mm_cfg.pyc
It appears your system Python is now different from the one that compiled all the .pyc files. Just do rm -r /path/to/Mailman/*.pyc This will remove all the compiled Python modules and they will be recompiled as needed. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
