[Email-SIG] which email package for Python 2.3 / 2.4 / 2.5?

Bill Janssen janssen at parc.com
Tue Nov 14 18:43:48 CET 2006


I saw that coming :-).  Sure, I'll give it a try, but don't hold your
breath.  So who's working on the MHTML support?

Bill

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Nov 13, 2006, at 12:07 PM, Bill Janssen wrote:
> 
> > To some extent, it's already solved (thanks to Martin).  If the
> > installer for email installed an "email.pth" file in the installation
> > directory (which, absent any configuration switches, is the regular
> > "site-packages" directory) which contained
> >
> >    import sys; sys.path.insert(0, <path>)
> >
> > where <path> is the installation directory, that directory would be
> > scanned before the regular library version.  If you did this, for the
> > general case where there are no configuration switches, you'd want to
> > install email in an empty subdirectory of site-packages, I'd think.
> 
> Bill, would you be willing to work out a patch against email 4.0?
> 
> - -Barry


More information about the Email-SIG mailing list