Bill Janssen <[EMAIL PROTECTED]> writes: > Hi, Barry. > > I'm working with a system that has to work on Python 2.3, 2.4, and > 2.5 (and eventually 2.6). It parses email messages and does various > things with them. However, it seems that Python 2.3, 2.4, and 2.5 > all have mutually incompatible email packages, mainly due to > re-packaging and renaming. Am I understanding this correctly? > > If so, it seems that the only solution is to ship one of the > standalone email packages with my system, instead of relying on > Python's built-in module. So which one to ship? It has to work with > each of the base Python distributions. I'm guessing email 2.5.
I'm not Barry, but I'll offer my $0.02 having already done exactly what you're looking to do. TMDA supports Python 2.3, 2.4, and 2.5, and bundles a copy of the email package. We are bundling email v4.0.1, which is the latest and greatest, and is compatible with all three of these major Python branches. _______________________________________________ Email-SIG mailing list [email protected] Your options: http://mail.python.org/mailman/options/email-sig/archive%40mail-archive.com
