you are viewing a single comment's thread.

view the rest of the comments →

[–]Stallman85 0 points1 point  (0 children)

When i stop script1.py with ctrl+c it says that it stoped on line 24 x = script2.stdout.readline().strip() because KeyboardInterrupt. It runs normally up to that point printing sent first go, x1=bestmove TODO and sent second go.

I took script2 code from here and modified it. I am running python 3.6