Re: socket object, connection refused ...
From: Rene Pijlman (reply.in.the.newsgroup_at_my.address.is.invalid)
Date: 11/17/03
- Next message: Paul Rubin: "Re: Python's simplicity philosophy"
- Previous message: Roman Suzi: "PEP263 and execfile()"
- In reply to: Maxim Olivier-Adlhoch: "socket object, connection refused ..."
- Next in thread: Diez B. Roggisch: "Re: socket object, connection refused ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 17 Nov 2003 21:07:12 +0100
Maxim Olivier-Adlhoch:
>using 'localhost' or '127.0.0.1' always works, using my actual machine's ip or its hostname does not!!
What is the server socket binding to?
"Connection refused" normally means there is no server listening for
connections on the specified IP/port-combination.
-- René Pijlman
- Next message: Paul Rubin: "Re: Python's simplicity philosophy"
- Previous message: Roman Suzi: "PEP263 and execfile()"
- In reply to: Maxim Olivier-Adlhoch: "socket object, connection refused ..."
- Next in thread: Diez B. Roggisch: "Re: socket object, connection refused ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]