[Mailman-Developers] mailman 2.1a3: gate_news requires mimelib, old email package listed

Christopher Schulte christopher@schulte.org
Mon, 22 Oct 2001 14:49:33 -0500


 From the installed crontab for user mailman, when it runs gate_news:

------
Traceback (most recent call last):
   File "/usr/local/mailman/cron/gate_news", line 52, in ?
     import mimelib.Errors
ImportError: No module named mimelib.Errors
------

I thought mimelib was no longer needed?

Also, I followed the directions and installed email 0.93 in ./misc , but it 
shows 0.92 installed.  Anyone know what might be causing that?

[2:31pm futon:/root]# python
Python 2.1 (#1, Jul  3 2001, 20:11:19)
[GCC 2.95.3 [FreeBSD] 20010315 (release)] on freebsd4
Type "copyright", "credits" or "license" for more information.
 >>> import email
 >>> email.__version__
'0.92'