[afw-general] Re: Mmmm...Strange Error with AfW 0.3.1a Part Deux
Status: Alpha
Brought to you by:
zigguratt
|
From: Tim J. <tj...@re...> - 2003-09-15 20:34:25
|
Well here is another strange error I'm getting now..possibly similar to the previous one?
Traceback (most recent call last):
File "C:/AfW/sendmail.py", line 144, in ?
Sendmail().main()
File "C:/AfW/sendmail.py", line 121, in main
session.quit()
UnboundLocalError: local variable 'session' referenced before assignment
Let me know if you need any logs..
-Tim
From: Tim Jaeger <tj...@re...>
To: afw...@li...
Subject: Mmmm...Strange Error with AfW 0.3.1a
Send reply to: tj...@re...
Date sent: Fri, 12 Sep 2003 08:53:15 -0400
> In my Pop3client window this morning I see this error..
>
> Traceback (most recent call last):
> File "C:/AfW/sendmail.py", line 143, in ?
> Sendmail().main()
> File "C:/AfW/sendmail.py", line 107, in main
> refused = session.sendmail(sender, recipients, message)
> UnboundLocalError: local variable 'session' referenced before
> assignment Traceback (most recent call last):
> File "C:/AfW/sendmail.py", line 143, in ?
> Sendmail().main()
> File "C:/AfW/sendmail.py", line 107, in main
> refused = session.sendmail(sender, recipients, message)
> UnboundLocalError: local variable 'session' referenced before
> assignment Traceback (most recent call last):
> File "C:/AfW/sendmail.py", line 143, in ?
> Sendmail().main()
> File "C:/AfW/sendmail.py", line 107, in main
> refused = session.sendmail(sender, recipients, message)
> UnboundLocalError: local variable 'session' referenced before
> assignment Traceback (most recent call last):
> File "C:/AfW/sendmail.py", line 143, in ?
> Sendmail().main()
> File "C:/AfW/sendmail.py", line 107, in main
> refused = session.sendmail(sender, recipients, message)
> UnboundLocalError: local variable 'session' referenced before
> assignment
>
> If you need any other log files...let me know.
>
> -- Tim Jaeger
> company: Remnant Publications
> e-mail: tj...@re...
> bus. phone: 517-279-1304
> fax phone: 517-279-1804
>
-- Tim Jaeger
company: Remnant Publications
e-mail: tj...@re...
bus. phone: 517-279-1304
fax phone: 517-279-1804
|