[GH-ISSUE #75] ptyhon/pyinstaller : eel to exe tells me: ( filenotfounderror: [errno 2] no such file or directory: 'eel' ) in auto-py-to-exe-master ,or [ permission is denied in cmd ]>>> when I tried in cmd . my OS win32bit python3.7 #52 #75

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

Originally created by @BMarquiz on GitHub (Oct 19, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/75

ptyhon/pyinstaller : eel to exe tells me: ( filenotfounderror: [errno 2] no such file or directory: 'eel' ) in auto-py-to-exe-master ,or[ permission is denied in cmd ]>>>win32bit python3.7 #52

my command line : pyinstaller -y -F -i "C:/Users/Broo/Desktop/Barq/barq.ico" --add-data "C:/Users/Broo/Desktop/Barq/web";"web/" --add-data "C:/Users/Broo/Desktop/Barq/web/order.html";"." --add-data "C:/Users/Broo/Desktop/Barq/web/page1.html";"." --add-data "C:/Users/Broo/Desktop/Barq/web/page2.html";"." -m eel --hidden-import win32com "C:/Users/Broo/Desktop/Barq/pass.py"

Originally created by @BMarquiz on GitHub (Oct 19, 2019). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/75 ptyhon/pyinstaller : eel to exe tells me: ( filenotfounderror: [errno 2] no such file or directory: 'eel' ) in auto-py-to-exe-master ,or[ permission is denied in cmd ]>>>win32bit python3.7 #52 my command line : pyinstaller -y -F -i "C:/Users/Broo/Desktop/Barq/barq.ico" --add-data "C:/Users/Broo/Desktop/Barq/web";"web/" --add-data "C:/Users/Broo/Desktop/Barq/web/order.html";"." --add-data "C:/Users/Broo/Desktop/Barq/web/page1.html";"." --add-data "C:/Users/Broo/Desktop/Barq/web/page2.html";"." -m eel --hidden-import win32com "C:/Users/Broo/Desktop/Barq/pass.py"
kerem closed this issue 2026-02-26 12:20:24 +03:00
Author
Owner

@BMarquiz commented on GitHub (Oct 19, 2019):

@brentvollebregt my project designed to work with internet connection.please tell me what to do.

<!-- gh-comment-id:544126065 --> @BMarquiz commented on GitHub (Oct 19, 2019): @brentvollebregt my project designed to work with internet connection.please tell me what to do.
Author
Owner

@brentvollebregt commented on GitHub (Oct 20, 2019):

Where does this error appear? What actions do you perform to get this error?

<!-- gh-comment-id:544238797 --> @brentvollebregt commented on GitHub (Oct 20, 2019): Where does this error appear? What actions do you perform to get this error?
Author
Owner

@BMarquiz commented on GitHub (Oct 21, 2019):

@brentvollebregt when I tried to convert my python project to exe with eel libarary in auto-py-to-exe-master during the Process, this error came up.

<!-- gh-comment-id:544463588 --> @BMarquiz commented on GitHub (Oct 21, 2019): @brentvollebregt when I tried to convert my python project to exe with eel libarary in auto-py-to-exe-master during the Process, this error came up.
Author
Owner

@BMarquiz commented on GitHub (Oct 21, 2019):

@brentvollebregt Thank you I've tried to start my command with python -m eel .....
and it's worked correctly.

<!-- gh-comment-id:544474111 --> @BMarquiz commented on GitHub (Oct 21, 2019): @brentvollebregt Thank you I've tried to start my command with python -m eel ..... and it's worked correctly.
Author
Owner

@brentvollebregt commented on GitHub (Oct 21, 2019):

Why is the value supplied to -m eel?

-m is used to "Add manifest FILE or XML to the exe"; this should be a file path. PyInstaller is looking for a file named eel (as that is what you have told it to look for) but it doesn't exist.

The -m option can be found in the documentation.

<!-- gh-comment-id:544751720 --> @brentvollebregt commented on GitHub (Oct 21, 2019): Why is the value supplied to `-m` `eel`? -m is used to *"Add manifest FILE or XML to the exe"*; this should be a file path. PyInstaller is looking for a file named `eel` (as that is what you have told it to look for) but it doesn't exist. The -m option can be found in [the documentation](https://pyinstaller.readthedocs.io/en/stable/usage.html#windows-specific-options).
Author
Owner

@brentvollebregt commented on GitHub (Oct 23, 2019):

I looked at your recent activity and noticed you opened an issue at samuelhwilliams/Eel#202, is this now solved?

<!-- gh-comment-id:545235453 --> @brentvollebregt commented on GitHub (Oct 23, 2019): I looked at your recent activity and noticed you opened an issue at samuelhwilliams/Eel#202, is this now solved?
Author
Owner

@brentvollebregt commented on GitHub (Oct 30, 2019):

@BMarquiz have you solved your issue?

<!-- gh-comment-id:548130034 --> @brentvollebregt commented on GitHub (Oct 30, 2019): @BMarquiz have you solved your issue?
Author
Owner

@brentvollebregt commented on GitHub (Feb 7, 2020):

Closing due to no response from @BMarquiz

<!-- gh-comment-id:583633931 --> @brentvollebregt commented on GitHub (Feb 7, 2020): Closing due to no response from @BMarquiz
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#75
No description provided.