NiceGui App Package For Installation #2757
Unanswered
kewartoscar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Use pyinstaller within the terminal would reduce most of the problems ,you can try it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I am having a challenge packaging my NiceGui App.
I tied packaging my app uising "auto-py-to-exe" which is based on PyInstaller, but it did not work though it works for other python programs. I went through the NiceGui documentation and used the build.py code provided. It worked for the first time but some of my buttons were not working though when I run my code from VS Code, everything worked successfully.
I made few changes to my code and deleted the initial exe file created, and run the build.py code again.
This time round, I can't locate the exe file again. I searched using the name of the app but nothing showed up.
Aside PyInstaller, are there means of packaging my NiceGui App?
Beta Was this translation helpful? Give feedback.
All reactions