I\'ve been trying to get my application to mail some outputted text to an email. For simplification I have isolated the script :
import smtplib import sys import
My guess is that you do not have any SMTP server installed on your local machine.
If your emails are not sensitive, open a Gmail account and send your emails using it with Python.