Problem running NNTP example from docs.

Davide Alberani alberanid at bigfoot.togli.questo.com
Sun Apr 30 07:54:34 EDT 2000


Arcady Genkin <a.genkin at utoronto.ca> wrote:
>
> Could somebody point out what I am missing?

Try:
  s = nntp.NNTP('news')

Or using this 'import' statement:
  from nntplib import NNTP

and than:
  s = NNTP('news')

-- 
Cinereview: Stigmate: "tecnicamente" non male, un po' meno   _/Davide\_
gli altri aspetti troppo superficiali.  Voto: 5.5            \Alberani/



More information about the Python-list mailing list