mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #314] How to include models, github files, and other libraries. #274
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CGMikeG on GitHub (Sep 17, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/314
Originally assigned to: @CGMikeG on GitHub.
Hi,
I am just wondering if there is a way to turn a huge file into an .exe.
I am currently trying to create a GUI for a program called openmmd. Links below. I don't own the repository but I have always wanted to create a GUI for users to make it easier to use.
https://github.com/peterljq/OpenMMD
I was able to create a simple GUI but not sure how to turn it into working executable.
What the program is suppose to do is to convert a video to a vmd file, something similar to fbx or bvh. But as you can imagine this will have to include a huge python libraries, models, etc.
I was already expecting your program to just compile the GUI but I was not sure how I can make this detect all the other required file.
By the way I am new python, I am just hoping that somebody can point me into the right direction.
My aim is to hopefully to make a stand alone program without the user needing to install python.
Thanks.
@brentvollebregt commented on GitHub (Sep 23, 2022):
Any required binaries/executables can be added by the "--add-binary" in the advanced section. Pretty much any other type of file can be added using the "Additional Files" section.
To get something large working it's a loop of bundling, running, seeing what went wrong, fixing it and repeating this cycle.
@brentvollebregt commented on GitHub (Sep 29, 2022):
@CGMikeG is this an issue or can we close this?
@github-actions[bot] commented on GitHub (Oct 30, 2022):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@github-actions[bot] commented on GitHub (Nov 5, 2022):
Closing issue due to no activity in more than 60 days.