Closed OfekShilon closed 1 year ago
The sample script run_optview2.sh
does succeed in building and analyzing the sample source. However, it passes the --open-browser
switch, which internally causes webbrowser.open
to be called - and as of Feb 2022 this doesn't work on WSL.
As seen in the output above, the script does output the path of the generated HTML to the console, you can open it manually from any browser.
There's sort-of a solution here: https://github.com/python/cpython/issues/89752#issuecomment-1254943311
--open-browser
works now on WSL too, provided you have an up-to-date wslu installation.
You'd get something similar to -