[Spambayes] msg.get_content_type()?

Richie Hindle richie at entrian.com
Thu Dec 5 19:48:39 2002


[Skip]
> I can't remember the relationship between the email package and Python
> version.  Did we decide that 2.2.2 was required?  I'm getting an
> AttributeError on one machine (running 2.2.1) complaining that a message
> object doesn't have get_content_type.  I should be able to just drop the
> 2.2.2 or 2.3 email package into site-packages, right?

Any Python 2.2.x or 2.3 is fine, but you need version 2.4.3 or better of 
the email package - you can get that from Python 2.3, or download it 
from http://mimelib.sf.net.  No released version of Python ships with 
it.

-- 
Richie Hindle
richie@entrian.com



More information about the Spambayes mailing list