[GH-ISSUE #315] I execute the following,but the result is None and False,what should I do? #276

Closed
opened 2026-02-26 12:21:02 +03:00 by kerem · 3 comments
Owner

Originally created by @fgogoto on GitHub (Sep 26, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/315

Originally assigned to: @fgogoto on GitHub.

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))

Originally created by @fgogoto on GitHub (Sep 26, 2022). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/315 Originally assigned to: @fgogoto on GitHub. 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))
kerem 2026-02-26 12:21:02 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@brentvollebregt commented on GitHub (Sep 29, 2022):

What's wrong with these being None and False? If Chrome is not available, the default browser will be used.

<!-- gh-comment-id:1261795080 --> @brentvollebregt commented on GitHub (Sep 29, 2022): What's wrong with these being None and False? If Chrome is not available, the default browser will be used.
Author
Owner

@github-actions[bot] commented on GitHub (Nov 1, 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:1297912893 --> @github-actions[bot] commented on GitHub (Nov 1, 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 (Nov 7, 2022):

Closing issue due to no activity in more than 60 days.

<!-- gh-comment-id:1304970079 --> @github-actions[bot] commented on GitHub (Nov 7, 2022): Closing issue due to no activity in more than 60 days.
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#276
No description provided.