James Taylor
Results
2
comments of
James Taylor
I could also reproduce this issue on macOS 10.13. It appears to be `darwin` specific, as I could get it running if I compiled on Linux. I'm not sure if...
Thanks for starting this! I had to also change arguments to `write` and `recv`, which expect / return bytes in Python3. ```diff diff --git a/TorCtl/TorCtl.py b/TorCtl/TorCtl.py index 692b10e..16082a7 100755 ---...