[GH-ISSUE #498] ModuleNotFoundError #386

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

Originally created by @zinzied on GitHub (Sep 9, 2024).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/498

Originally assigned to: @zinzied on GitHub.

Info: Installing shim for bottle import redirects (using Python=3.12.4 and bottle=0.12.25)
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Scripts\auto-py-to-exe.exe_main
.py", line 4, in
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\auto_py_to_exe_main
.py", line 11, in
from . import version, config, ui, validation # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\auto_py_to_exe\ui.py", line 6, in
import eel
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\eel_init_.py", line 12, in
from gevent.threading import Timer
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent_init_.py", line
72, in
from gevent._hub_local import get_hub
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent_hub_local.py", line 149, in
from gevent._util import import_c_accel
ModuleNotFoundError: No module named 'gevent._util'

Originally created by @zinzied on GitHub (Sep 9, 2024). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/498 Originally assigned to: @zinzied on GitHub. Info: Installing shim for bottle import redirects (using Python=3.12.4 and bottle=0.12.25) Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Scripts\auto-py-to-exe.exe\__main__.py", line 4, in <module> File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\auto_py_to_exe\__main__.py", line 11, in <module> from . import __version__, config, ui, validation # noqa: E402 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\auto_py_to_exe\ui.py", line 6, in <module> import eel File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\eel\__init__.py", line 12, in <module> from gevent.threading import Timer File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent\__init__.py", line 72, in <module> from gevent._hub_local import get_hub File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent\_hub_local.py", line 149, in <module> from gevent._util import import_c_accel ModuleNotFoundError: No module named 'gevent._util'
kerem 2026-02-26 12:21:26 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Sep 9, 2024):

👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.

Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.

<!-- gh-comment-id:2338078335 --> @github-actions[bot] commented on GitHub (Sep 9, 2024): 👋 Hi, just a reminder that if you haven't read [the help post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/) yet, give it a read to see if your issue is covered in it and make sure to follow [the debugging section](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#debugging). Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help [post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/), [video](https://youtu.be/OZSZHmWSOeM) or create a [new discussion](https://github.com/brentvollebregt/auto-py-to-exe/discussions).
Author
Owner

@brentvollebregt commented on GitHub (Sep 11, 2024):

When you installed the dependencies/requirements, did you see any errors? I recommend trying to install them again.

<!-- gh-comment-id:2342956803 --> @brentvollebregt commented on GitHub (Sep 11, 2024): When you installed the dependencies/requirements, did you see any errors? I recommend trying to install them again.
Author
Owner

@github-actions[bot] commented on GitHub (Oct 12, 2024):

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:2408282423 --> @github-actions[bot] commented on GitHub (Oct 12, 2024): 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 (Oct 17, 2024):

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

<!-- gh-comment-id:2418282888 --> @github-actions[bot] commented on GitHub (Oct 17, 2024): 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#386
No description provided.