Good morning,
For testing purposes, I have made a one-line Python program:
from email.mime.multipart import MIMEMultipart
When I run it
Call me dumb, but I was getting ImportError: No module named mime.text because my script was called email.py .... lol (blame on 4 am programming)
ImportError: No module named mime.text
email.py