[Mailman-Users] mailman 2.1a2 error with senddigest
Jonny Hackett
jhackett at kc.rr.com
Fri Aug 3 03:18:32 CEST 2001
I'm using 2.1 alpha 2.
On RH 7.0, with python version 2.0.1.
I opened up MailList.py and the line does exist in the file on my server...
from mimelib.address import getaddresses
-jonny
----- Original Message -----
From: "Greg Ward" <gward at mems-exchange.org>
To: <mailman-users at python.org>
Sent: Thursday, August 02, 2001 12:58 PM
Subject: Re: [Mailman-Users] mailman 2.1a2 error with senddigest
> On 01 August 2001, Jonny Hackett said:
> > Anyone know what causes this error?
> >
> > Traceback (most recent call last):
> > File "/usr/local/mailman/cron/senddigests", line 25, in ?
> > from Mailman import MailList
> > File "/usr/local/mailman/Mailman/MailList.py", line 34, in ?
> > from mimelib.address import getaddresses
> > ImportError: No module named mimelib.address
>
> Yeah, there's no such module as mimelib.address in your Python
> interpreter's search path. I've never heard of a Python module (or
> package) called mimelib -- it's not in my local 1.5.2, 2.1, or 2.2a1
> installations.
>
> Also, I don't see that line of code in the Mailman 2.0.6 source I just
> downloaded. What version of Mailman are you using?
>
> Greg
> --
> Greg Ward - software developer gward at mems-exchange.org
> MEMS Exchange http://www.mems-exchange.org
>
> ------------------------------------------------------
> Mailman-Users maillist - Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users
More information about the Mailman-Users
mailing list