-
Notifications
You must be signed in to change notification settings - Fork 681
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
Open in Edge's app mode when Chrome isn't available #187
Comments
If you execute the following, what is the output: from eel import chrome
chrome_instance_path = chrome.find_path()
print(chrome_instance_path)
print(chrome_instance_path is not None and os.path.exists(chrome_instance_path)) |
i can directly tell you i don't have Chrome on this new computer, no need to run the script. |
If you do not have Chrome installed, then this is working as designed. From the README:
|
Thx for answering. Ok ... is what it is ... is not the end of the world ... |
Looks like there is some chat about Edge's App Mode now that it uses Chromium: python-eel/Eel#251 If this gets put into an upcoming release of Eel, I'm happy to throw it in. |
Hi, thx for sharing. This post request is already more than a year old. Well, let's hope Eel do so. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days. |
Hi
I already know and use auto-py-to-exe.
I have make a fresh install of python 3.9.6 and pip install auto-py-to-exe on it.
Then run auto-py-to-exe, but instead of showing up as usual in his own window he show up as new tab inside microsoft edge browser.
why ?
The text was updated successfully, but these errors were encountered: