Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyScripter seems to want Microsoft Edge WebView2 installed in user env #1291

Closed
jpele-tis opened this issue Feb 12, 2024 · 3 comments
Closed

Comments

@jpele-tis
Copy link

PyScripter seems to want Microsoft Edge WebView2 installed in user env

image

But I already have it system wide

{
   "key":"Microsoft EdgeWebView",
   "name":"Microsoft Edge WebView2 Runtime",
   "version":"121.0.2277.112",
   "install_date":"2024-02-09 00:00:00",
   "install_location":"C:\\Program Files (x86)\\Microsoft\\EdgeWebView\\Application",
   "uninstall_string":"\"C:\\Program Files (x86)\\Microsoft\\EdgeWebView\\Application\\121.0.2277.112\\Installer\\setup.exe\" --uninstall --msedgewebview --system-level --verbose-logging",
   "publisher":"Microsoft Corporation",
   "system_component":0,
   "win64":false
  }
@pyscripter
Copy link
Owner

pyscripter commented Feb 12, 2024

Indeed. The installation file handles this. For the zip distributions there is a link that helps you install it. Maybe there is an issue with the installation. Does reinstalling WebView2 Runtime it help?

@jpele-tis
Copy link
Author

jpele-tis commented Feb 12, 2024

image
WebView2 Runtime is properly installed, I can launch an app requiring it.
Only difference is that PyScripter4 installer used is x86 and WebView2 installer used is x64. But I don't think that's linked to the issue.

@pyscripter
Copy link
Owner

You need to install WebView 32 bits (in addition to 64 bits) or use PyScripter 64 bits (recommended).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants