D
dirknbr
I am trying to run
from email.mime.text import MIMEText
but I get an
ImportError: No module named mime.text
Since email was pre-installed how do I fix this?
Dirk
from email.mime.text import MIMEText
but I get an
ImportError: No module named mime.text
Since email was pre-installed how do I fix this?
Dirk