My problem is similar to this post:
"No module named email.utils" in smtplib with gui2exe
but it comes along with a GUI I did not used any email.py in all of my module
The program processes all information and broadcast it through email in a schedule.. But it also needs a GUI to prompt information to a certain user that is are the information being broadcast
Traceback (most recent call last):
File "main.py", line 10, in <module>
File "mainwindow.pyc", line 17, in <module>
File "mysendMail.pyc", line 2, in <module>
File "smtplib.pyc", line 46, in <module>
ImportError: No module named email.utils
I have finally solve this problem.
I just added the smtplib and email python modules upon creation of the executable application see picture