[Tutor] email capabilities in Python

Kent Johnson kent_johnson at skillsoft.com
Sun Sep 12 23:52:00 CEST 2004


base64MIME is part of the Python 2.3 distribution. What version are you 
using? Do you have a file Python/Lib/email/base64MIME.py? What happens if 
you run a Python shell and type
import email.base64MIME

Kent

At 09:00 PM 9/12/2004 +0000, mandy bowen wrote:
>I am a little confused by the email capabilities - I am trying to send an 
>email from a program (under certain circumstances) and I have found a lot 
>of different answers to this, but none of them can be added to my program 
>because they all import smtplib and I get an ImportError: No module named 
>base64MIME.  Something from inside the import??!!  Is there another way to 
>send an email?
>
>_________________________________________________________________
>Don't just search. Find. Check out the new MSN Search! 
>http://search.msn.click-url.com/go/onm00200636ave/direct/01/
>
>_______________________________________________
>Tutor maillist  -  Tutor at python.org
>http://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list