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
On 2009-10-22, Florian Berger wrote:
> I think I narrowed it down to the fact that Python 2.x on
> WinXP won't connect in this setup.
>
> Does anyone have a hint what to do?
I'd probably fire up Wireshark and capture the network traffic
to/from the remote host when the Python app attempts to con
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