Diez B. Roggisch wrote:
> Peter Moscatt wrote:
>> UnboundLocalError: local variable '_nntp' referenced before assignment
>
> This pretty much says what your problem is: you haven't a variable called
> _nntp
>
>> def callconnect():
>> if b["text"]=="Connect":
>> _nntp =
>>
Peter Moscatt wrote:
> UnboundLocalError: local variable '_nntp' referenced before assignment
This pretty much says what your problem is: you haven't a variable called
_nntp
> def callconnect():
> if b["text"]=="Connect":
> _nntp =
>
nntplib.NNTP(_global.servername,int(_gl
Hi all,
I am in the process of writing an app that will handle news feeds and
therefore using the 'nntplib'
When I issue the connect command all goes will but when I issue the 'quit()'
command I get the following error message:
Exception in Tkinter callback
Traceback (most recent call last):