The README and the PyPI listing say:
This is the Microsoft WebView2 runtime binaries,
...
Before use, the end-user must have the WebView2 Runtime installed. Details can be found here.
If this is the runtime, then how can it require the runtime to be separately installed? I assume this is actually the .NET interface to the runtime, or something similar.
The Toga documentation is clearer:
Using WebView on Windows 10 requires that your users have installed the Edge WebView2 Evergreen Runtime. This is installed by default on Windows 11.
Also, the PyPI Homepage, Source and Tracker links are all broken because they point at webview2-runtime, not WebView2.runtime.
The README and the PyPI listing say:
If this is the runtime, then how can it require the runtime to be separately installed? I assume this is actually the .NET interface to the runtime, or something similar.
The Toga documentation is clearer:
Also, the PyPI Homepage, Source and Tracker links are all broken because they point at webview2-runtime, not WebView2.runtime.