Python - Py2exe can't build .exe using the 'email' module
问题 py2exe does not work with the standard email module Hello. I am trying to use py2exe for converting a script into an exe. The build process shows this: The following modules appear to be missing ['email.Encoders', 'email.Generator', 'email.Iterators', 'email.MIMEBase', 'email.MIMEMultipart', 'email.MIMEText', 'email.Utils', 'email.base64MIME'] The executable does not work. The referenced modules are not included. I researched this on the Internet and I found out that py2exe has a problem with