According to this article (section #V To send an email with attachment), I should be able to send an e-mail with attachement. However, I get the error,
line 6, in <module>
from email.MIMEMultipart import MIMEMultipart
ImportError: No module named 'email.MIMEMultipart'
Any idea, how to solve this?