python - py2exe can't build .exe controlling 'email' module
py2exe does work customary email module
hello. i am perplexing py2exe converting book an exe. build slight shows this:
the following modules seem missing
['email.encoders', 'email.generator', 'email.iterators', 'email.mimebase', 'email.mimemultipart', 'email.mimetext', 'email.utils', 'email.base64mime']
the executable does work. referenced modules included. i researched internet i found out py2exe problem idle import used customary lib email module. unfortunately i have succeeded awaiting workaround problem. anyone help?
thank you,
p.s.
imports book feeling this:
code: name all
import string,time,sys,os,smtplib
email.mimemultipart import mimemultipart
email.mimebase import mimebase
email.mimetext import mimetext
email import encoders
Comments
Post a Comment