How to generate an executable for eel based GUI projects #5623
Replies: 8 comments 8 replies
-
You probably just need to collect its js/html/css files. See his answer but replace librosa with eel. If that doesn't do it, paste the full stacktrace here. |
Beta Was this translation helpful? Give feedback.
-
@bwoodsend Thank you , but it did not wok for my case |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
project root directory contents:
|
Beta Was this translation helpful? Give feedback.
-
That's the build log. What does it say when you try to run the executable? |
Beta Was this translation helpful? Give feedback.
-
It does not say anything when i click on executable file. |
Beta Was this translation helpful? Give feedback.
-
Run it from terminal. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I have a project called ASFR which is an attendance system using facial recognition. We used html, css and js for its GUI and used eel package to make a connection between python and javascript.
My question is , How can i use pyinstaller to generate an executable for my app? Which parameters and options should i use?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions