This is my python script:
http://gsingh.pastebin.com/mc602006
This is my setup.py file for py2exe:
http://gsingh.pastebin.com/m70a19449
When I go to command prompt and run the .py file with the command,
email.py message
It works fine, it sends me an email with the message, which is what it's supposed to do. When I make the exe and run it with the command:
email.exe message
I get the following error:
http://gsingh.pastebin.com/m54db60f
and no email... I don't understand what the problem is... can anyone help me?