> The problem is that your email.py module is shadowing the library email > module. Python is looking for base64MIME in your module. Rename your email.py > to something else and it should work. > > Kent > > -- > http://www.kentsjohnson.com > > _______________________________________________ > Tutor maillist - [email protected] > http://mail.python.org/mailman/listinfo/tutor >
Cheers that works better. That is the second time that has happened to me. (you would have thought I would have learned. Eddie _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
