Python SDK does not work on Windows

The Python SDK fails to dial and bind when running under Windows

  • openziti.version() -> (b'1.0.11', b'g92c7d63')
  • Python 3.10.11
  • Windows 11 Enterprise
  • Bind application was OpenZiti echo server example
  • Note: Launching the same folder under WSL (Ubuntu) works fine

Both problems are related to socket handling differences under Windows / Linux.
I suspect the Python SDK has not been tested under Windows.

There is a related Issue in GitHub Python SDK. It was originally raised for the dial problem, I added a comment about it also affecting bind.