On 23 October 2001, Camel said:
> Python guru needed... what is causing this error???
>
> Traceback (most recent call last):
> File "/var/www/mailman//cron/gate_news", line 43, in ?
> from Mailman import MailList
> File "/var/www/mailman/Mailman/MailList.py", line 37, in ?
> import email.Iterators
> ImportError: No module named email.Iterators
You're using a recent version of Mailman that relies on the "email"
package being installed, but you don't have that package. Two
solutions:
* install the "email" package (surely this is covered in the
Mailman 2.1 install docs)
* upgrade to Python 2.2b1 (which includes the "email" package
out of the box)
Greg
--
Greg Ward - software developer [EMAIL PROTECTED]
MEMS Exchange http://www.mems-exchange.org
------------------------------------------------------
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users