[GH-ISSUE #187] Open in Edge's app mode when Chrome isn't available #171

Closed
opened 2026-02-26 12:20:42 +03:00 by kerem · 13 comments
Owner

Originally created by @llluuulll on GitHub (Aug 3, 2021).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/187

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 ?

Originally created by @llluuulll on GitHub (Aug 3, 2021). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/187 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 ?
kerem 2026-02-26 12:20:42 +03:00
  • closed this issue
  • added the
    keep
    label
Author
Owner

@brentvollebregt commented on GitHub (Aug 3, 2021):

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))
<!-- gh-comment-id:892131936 --> @brentvollebregt commented on GitHub (Aug 3, 2021): If you execute the following, what is the output: ```python 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)) ```
Author
Owner

@llluuulll commented on GitHub (Aug 3, 2021):

i can directly tell you i don't have Chrome on this new computer, no need to run the script.
There is only Edge which is more privacy oriented, but, setup to use Chrome engine as search engine because Bing ... you know is not that well.

<!-- gh-comment-id:892142307 --> @llluuulll commented on GitHub (Aug 3, 2021): i can directly tell you i don't have Chrome on this new computer, no need to run the script. There is only Edge which is more privacy oriented, but, setup to use Chrome engine as search engine because Bing ... you know is not that well.
Author
Owner

@brentvollebregt commented on GitHub (Aug 4, 2021):

instead of showing up as usual in his own window he show up as new tab inside microsoft edge browser

If you do not have Chrome installed, then this is working as designed.

From the README:

To have the interface displayed in the images, you will need chrome. If chrome is not installed or --no-chrome is supplied, the default browser will be used.

<!-- gh-comment-id:892386680 --> @brentvollebregt commented on GitHub (Aug 4, 2021): > instead of showing up as usual in his own window he show up as new tab inside microsoft edge browser If you do not have Chrome installed, then this is working as designed. From the README: > To have the interface displayed in the images, you will need chrome. If chrome is not installed or --no-chrome is supplied, the default browser will be used.
Author
Owner

@llluuulll commented on GitHub (Aug 4, 2021):

Thx for answering.

Ok ... is what it is ... is not the end of the world ...
It is at least shown as browser tab.
Maybe a good signal to look further than Chrome.

<!-- gh-comment-id:892687893 --> @llluuulll commented on GitHub (Aug 4, 2021): Thx for answering. Ok ... is what it is ... is not the end of the world ... It is at least shown as browser tab. Maybe a good signal to look further than Chrome.
Author
Owner

@brentvollebregt commented on GitHub (Aug 5, 2021):

Looks like there is some chat about Edge's App Mode now that it uses Chromium: ChrisKnott/Eel#251

If this gets put into an upcoming release of Eel, I'm happy to throw it in.

<!-- gh-comment-id:893159911 --> @brentvollebregt commented on GitHub (Aug 5, 2021): Looks like there is some chat about Edge's App Mode now that it uses Chromium: ChrisKnott/Eel#251 If this gets put into an upcoming release of Eel, I'm happy to throw it in.
Author
Owner

@llluuulll commented on GitHub (Aug 5, 2021):

Hi, thx for sharing.

This post request is already more than a year old.
And as i see Eel dev cycle is slow.

Well, let's hope Eel do so.

<!-- gh-comment-id:893392065 --> @llluuulll commented on GitHub (Aug 5, 2021): Hi, thx for sharing. This post request is already more than a year old. And as i see Eel dev cycle is slow. Well, let's hope Eel do so.
Author
Owner

@github-actions[bot] commented on GitHub (Oct 5, 2021):

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.

<!-- gh-comment-id:933968158 --> @github-actions[bot] commented on GitHub (Oct 5, 2021): 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.
Author
Owner

@github-actions[bot] commented on GitHub (Dec 5, 2021):

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.

<!-- gh-comment-id:986143998 --> @github-actions[bot] commented on GitHub (Dec 5, 2021): 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.
Author
Owner

@github-actions[bot] commented on GitHub (Feb 4, 2022):

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.

<!-- gh-comment-id:1029537098 --> @github-actions[bot] commented on GitHub (Feb 4, 2022): 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.
Author
Owner

@github-actions[bot] commented on GitHub (Apr 6, 2022):

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.

<!-- gh-comment-id:1089606965 --> @github-actions[bot] commented on GitHub (Apr 6, 2022): 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.
Author
Owner

@github-actions[bot] commented on GitHub (Jun 6, 2022):

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.

<!-- gh-comment-id:1146937476 --> @github-actions[bot] commented on GitHub (Jun 6, 2022): 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.
Author
Owner

@brentvollebregt commented on GitHub (Nov 25, 2024):

Looks like this has finally made it in: github.com/python-eel/Eel@094d4463ff

Will look into what is needed for this soon.

<!-- gh-comment-id:2496609271 --> @brentvollebregt commented on GitHub (Nov 25, 2024): Looks like this has finally made it in: https://github.com/python-eel/Eel/commit/094d4463ff99dd737e50bc2dabdda603a81b8817 Will look into what is needed for this soon.
Author
Owner

@brentvollebregt commented on GitHub (Nov 30, 2024):

This should be sorted now. Will put a new release out with the changes a bit later.

<!-- gh-comment-id:2509393455 --> @brentvollebregt commented on GitHub (Nov 30, 2024): This should be sorted now. Will put a new release out with the changes a bit later.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#171
No description provided.