You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "test.py", line 5, in
import smtplib
File "/usr/lib64/python2.6/smtplib.py", line 46, in
import email.utils
File "/tmp/email.py", line 5, in
from email.mime.multipart import MIMEMultipart
ImportError: No module named mime.multipart
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "test.py", line 5, in
import smtplib
File "/usr/lib64/python2.6/smtplib.py", line 46, in
import email.utils
File "/tmp/email.py", line 5, in
from email.mime.multipart import MIMEMultipart
ImportError: No module named mime.multipart
The text was updated successfully, but these errors were encountered: