auto-py-to-exe
auto-py-to-exe copied to clipboard
I execute the following,but the result is None and False,what should I do?
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))
What's wrong with these being None and False? If Chrome is not available, the default browser will be used.
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.
Closing issue due to no activity in more than 60 days.