mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #415] ImportError #336
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 @badouzeum on GitHub (Aug 17, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/415
je veux Convertir un fichier python .py en éxecutable .exe avec le module python auto py to exe mais si j'assai d'ouvrir la librairie "auto py to exe" je recoi le message suivant:
File "C:\Users\PRECISION\AppData\Roaming\Python\Python311\site-packages\greenlet_init_.py", line 29, in
from ._greenlet import _C_API # pylint:disable=no-name-in-module
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: DLL load failed while importing _greenlet: Le module spécifié est introuvable.
@github-actions[bot] commented on GitHub (Aug 17, 2023):
👋 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.
@brentvollebregt commented on GitHub (Aug 18, 2023):
Duplicate of #325 - take a look at this solution. Let me know if this doesn't work.
By the way, searching "DLL load failed while importing _greenlet" in the issues in this repo would have pointed you to this