2Good4You-Veki(Cro) wrote:
> when I want use python nntplib:
[...]
> error: (10053, 'Software caused connection abort')
That's not such a strange error; various network problems can
cause it. It means something went wrong with the TCP connection,
so your system aborted it.
Does it happen consist
HI,
when I want use python nntplib:
>>> import nntplib
>>> s=nntplib.NNTP('news.t-com.hr')
>>> s.group('hr.mag.bug')
THEN ERROR IS:
Traceback (most recent call last):
File "", line 1, in -toplevel-
s.group('hr.mag.bug')
File "C:\Python24\lib\nntplib.py", line 346, in group
resp = sel