Replies: 2 comments
-
Pyinstaller is indeed what I use, but it can be really finicky to get set up with some packages. What type of errors are you seeing? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am interested in packaging a Python-based project into a single executable in the form of an
exe
file.I am aware of PyInstaller, but am encountering errors with it.
Since this project is based in Python and has been put in the form of an executable I want to ask how this is done.
How was it done in this case @ThioJoe ?
Beta Was this translation helpful? Give feedback.
All reactions