[GH-ISSUE #275] eel.chrome has no attribute get_instance_path error when trying to run the program #242

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

Originally created by @squidb0x on GitHub (May 22, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/275

I havent seen anybody have this issue before

Traceback (most recent call last):
File "C:\Python38\lib\runpy.py", line 194, in _run_module_as_main
return run_code(code, main_globals, None, File "C:\Python38\lib\runpy.py", line 87, in run_code
exec(code, run_globals) File "C:\Python38\lib\site-packages\auto_py_to_exe_main
.py", line 302, in
run() File "C:\Python38\lib\site-packages\auto_py_to_exe_main
.py", line 291, in run
if eel.chrome.get_instance_path() is not None and not disable_chrome:AttributeError: module 'eel.chrome' has no attribute
'get_instance_path'

the command i run is auto-py-to-exe, any help would be greatly appreciated.

Originally created by @squidb0x on GitHub (May 22, 2022). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/275 I havent seen anybody have this issue before > Traceback (most recent call last): > File "C:\Python38\lib\runpy.py", line 194, in _run_module_as_main > return _run_code(code, main_globals, None, File "C:\Python38\lib\runpy.py", line 87, in _run_code > exec(code, run_globals) File "C:\Python38\lib\site-packages\auto_py_to_exe\__main__.py", line 302, in <module> > run() File "C:\Python38\lib\site-packages\auto_py_to_exe\__main__.py", line 291, in run > if eel.chrome.get_instance_path() is not None and not disable_chrome:AttributeError: module 'eel.chrome' has no attribute > 'get_instance_path' the command i run is auto-py-to-exe, any help would be greatly appreciated.
kerem 2026-02-26 12:20:56 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@brentvollebregt commented on GitHub (May 22, 2022):

What version of Eel do you have installed?

<!-- gh-comment-id:1133843433 --> @brentvollebregt commented on GitHub (May 22, 2022): What version of Eel do you have installed?
Author
Owner

@squidb0x commented on GitHub (May 23, 2022):

What version of Eel do you have installed?

v0.14.0

<!-- gh-comment-id:1135223264 --> @squidb0x commented on GitHub (May 23, 2022): > What version of Eel do you have installed? v0.14.0
Author
Owner

@brentvollebregt commented on GitHub (May 25, 2022):

Looking at your traceback,

File "C:\Python38\lib\site-packages\auto_py_to_exe_main.py", line 302, in
run() File "C:\Python38\lib\site-packages\auto_py_to_exe_main.py", line 291, in run
if eel.chrome.get_instance_path() is not None and not disable_chrome

main.py only has 119 lines in it now, and eel.chrome.get_instance_path hasn't been referenced since 2.6.6.

What version of auto-py-to-exe are you using? It looks like this was maybe fixed in 2.6.6.

<!-- gh-comment-id:1136936216 --> @brentvollebregt commented on GitHub (May 25, 2022): Looking at your traceback, > File "C:\Python38\lib\site-packages\auto_py_to_exe_main.py", line 302, in run() File "C:\Python38\lib\site-packages\auto_py_to_exe_main.py", line 291, in run if eel.chrome.get_instance_path() is not None and not disable_chrome `main.py` only has 119 lines in it now, and `eel.chrome.get_instance_path` hasn't been referenced since 2.6.6. What version of auto-py-to-exe are you using? It looks like this was maybe fixed in 2.6.6.
Author
Owner

@github-actions[bot] commented on GitHub (Jun 25, 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:1166163878 --> @github-actions[bot] commented on GitHub (Jun 25, 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 (Jul 26, 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:1194875643 --> @github-actions[bot] commented on GitHub (Jul 26, 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 (Jul 31, 2022):

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

<!-- gh-comment-id:1200329083 --> @github-actions[bot] commented on GitHub (Jul 31, 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#242
No description provided.