NiceGui to EXE problem #4200
-
Beta Was this translation helpful? Give feedback.
Answered by
falkoschindler
Jan 10, 2025
Replies: 1 comment 1 reply
-
Hi @muratbedir, I think you need to pass more information about additional files to pyinstaller. Have a look into our documentation for more information about how package a NiceGUI app. For convenience there is a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
muratbedir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @muratbedir,
I think you need to pass more information about additional files to pyinstaller. Have a look into our documentation for more information about how package a NiceGUI app. For convenience there is a
nicegui-pack
script that wraps most common parameters and best practices.