Re: Python socket won't connect on Windows

2009-10-22 Thread Florian Berger
Hi Grant, thanks for the reply! > I'd probably fire up Wireshark and capture the network traffic > to/from the remote host when the Python app attempts to connect > and when another client connects. Yes, low level traffic analyzing would have been the next logical step. However, mysteriously thi

Python socket won't connect on Windows

2009-10-22 Thread Florian Berger
Hi, I have an annoying problem connecting to a remote host via the socket module from Python 2.5 / 2.6 on WinXP. :-( Short description - socket.connect(("host", port)) times out with socket.error 10060, while other applications on the same box can connect to the remote site with