SocketServer Problem

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Fri Jun 25 19:19:24 EDT 2004


Ergin Aytac wrote:
> nntp_hostname = 'news.chello.at'
> nntp_port = 119


I very much doubt it that the computer you are trying to run
the program on, is actually called "news.chello.at"....

> socket.error: (10049, "Can't assign requested address")

You cannot bind a socket on an address that is not 'yours' ...

> The script above worked without any error message on a box of friend.

Now that is weird. Unless your friend works for Chello and his
box is "news.chello.at"...

--Irmen



More information about the Python-list mailing list