[Tutor] base64MIME module import error

Eddie S sowden at gmail.com
Mon Nov 7 19:07:26 CET 2005


> 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  -  Tutor at python.org
> 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


More information about the Tutor mailing list