Replies: 1 comment
-
I solved this problem by adding "--onefile" to the solution in: #198 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
This is my first question on GitHub - sorry if I use this forum the wrong way.
I have made a Python program that uses MIP and it works very well. I would like to compile this program including all MIP files in to one and only one executable file. I have searched the internet, but I can't find any solution (I am not use to program in Python).
When searching the internet I found this guide, but the MIP files still have to be included beside the exe file, and I would like to have all the files in the same exe file (see: second last comment from zanghyu on Jul 18, 2023):
#198
I hope someone can tell me how to do this or link to a guide.
Beta Was this translation helpful? Give feedback.
All reactions