> On Fri, Aug 28, 2009 at 3:00 PM, Marc wrote:
> > Hello,
> >
> >
> >
> > I am trying to code an email alert and am running into the following
> error:
> >
> > s = smtplib.SMTP('smtp.marcd.org')
> >
> > AttributeError: 'module' object has no attribute 'SMTP'
>
> Your file 'email.py' is hiding
On Fri, Aug 28, 2009 at 3:00 PM, Marc wrote:
> Hello,
>
>
>
> I am trying to code an email alert and am running into the following error:
>
> Connecting to server
>
> Traceback (most recent call last):
>
> File "C:\Users\Marc1\Documents\Python\email test\email.py", line 1, in
>
>
> import sm
Hello,
I am trying to code an email alert and am running into the following error:
Connecting to server
Traceback (most recent call last):
File "C:\Users\Marc1\Documents\Python\email test\email.py", line 1, in
import smtplib
File "C:\Python26\lib\smtplib.py", line 46, in
imp