mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 20:25:50 +03:00
[GH-ISSUE #77] 'eel.chrome' has no attribute 'get_instance_path' #73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DevBefell on GitHub (Nov 2, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/77
Traceback (most recent call last):
File "run.py", line 9, in
apte.run() File "C:\Users-------\Downloads\auto-py-to-exe-2.6.5\auto_py_to_exe_main_.py", line 375, in run
chrome_instance_path = eel.chrome.get_instance_path()AttributeError: module 'eel.chrome' has no attribute 'get_instance_path'
What causes this?
@brentvollebregt commented on GitHub (Nov 3, 2019):
What version of auto-py-to-exe and Eel do you have installed?
@DevBefell commented on GitHub (Nov 4, 2019):
Latest Versions, just installed Eel and auto-py-to-exe, it works when run by console (python -m auto_py_to_exe), not by running run.py
@brentvollebregt commented on GitHub (Nov 4, 2019):
I am unable to reproduce this error when executing
python run.py. Could you please provide more details?I remember fixing this issue in a previous commit (
3a08aeaa8b) and enforcing that Eel 0.10.0 is used.I see that samuelhwilliams/Eel@42425c5125 changed
get_instance_pathtofind_path(yet another breaking change made by them) but this would not affect this package as I explicitly state that Eel 0.10.0 must be used. Please make sure you are running Eel 0.10.0 as stated in requirements.txt@brentvollebregt commented on GitHub (Nov 13, 2019):
This should be fixed in 2.6.6 for those that installed Eel 0.11.0 instead of the version stated in requirements.txt and setup.py