How do you connect Python with D via socket, I'm still getting connection refused error

Andy Smith andyrsmith at gmail.com
Fri May 4 13:52:29 UTC 2018


On Thursday, 3 May 2018 at 23:58:24 UTC, Enjoys Math wrote:
> Error
> -----
>
> [...]


Haven't run it, but two things to try...

On D side.... try adding listen after bind.

On python side. Don't think you need to call bind the client 
socket ( this may cause problems).

Cheers,

A.





More information about the Digitalmars-d-learn mailing list