Jinhyok Heo wrote: > > I had same problem. And I have found the cause of it is that > tmda now requires version 2.3 of email package. > > You'd better install email package version 2.3.
drew@williams:~/bin(536)$ python Python 2.2 (#2, Feb 28 2002, 10:52:11) [GCC 2.95.3 20010315 (release)] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import email >>> email.__version__ '1.0' But even Python 2.2.1 has email 1.0. Where's 2.3? Is there a CPAN for Python? Drew -- "Education without values, as useful as it is, seems rather to make man a more clever devil." --C. S. Lewis _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
