Did you install misc/email.*gz first, like the instructions say to?
Mailman 2.1 now requires the "email" package, which comes as part
of Python 2.2. If you are running an older version of Python,
then you need to install the standalone email package by doing the
following steps:
On a FreeBSD 4.4-STABLE system with Python 2.01, I get the
following when trying to "make install":
Compiling /export/homec/mailman/Mailman/versions.py ...
Traceback (most recent call last):
File "bin/update", line 46, in ?
from Mailman import Utils
File "/export/homec/mailman/Ma