简体   繁体   中英

Pyinstaller throws “No module named multipart”, “No module named image”,“No module named text”,“No module named message”

I'm creating a installable package for my webapp (flask) using pyinstaller. (pyinstaller app.py) after creating the package, i start running the application (dist->app)

it throws "import error text"

the below command to create an application package.

i have imported all the import error to application file as mentioned below.

from email.mime.image import MIMEImage
from email.mime.audio import MIMEAudio
from email.mime.message import MIMEMessage
from email.mime.text import MIMEText
from email.mime.multipart import MIMEMultipart

it is fixed the import problem

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM