auto-py-to-exe icon indicating copy to clipboard operation
auto-py-to-exe copied to clipboard

I execute the following,but the result is None and False,what should I do?

Open fgogoto opened this issue 2 years ago • 1 comments

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

fgogoto avatar Sep 26 '22 05:09 fgogoto

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

brentvollebregt avatar Sep 29 '22 05:09 brentvollebregt

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.

github-actions[bot] avatar Nov 01 '22 01:11 github-actions[bot]

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

github-actions[bot] avatar Nov 07 '22 01:11 github-actions[bot]