Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve pyinstaller outcome #30

Open
chStaiger opened this issue Nov 14, 2022 · 1 comment
Open

Improve pyinstaller outcome #30

chStaiger opened this issue Nov 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@chStaiger
Copy link
Collaborator

The pyinstaller turns the code into an executable for Windows and Mac. However, all files and dependencies are dumped in one big folder where users would have to search for the executable file.

We need a batter structured folder or a shortcut on the Desktop or in the menu with which the GUI can be started.

@chStaiger chStaiger added the enhancement New feature or request label Nov 14, 2022
jpmcfarland added a commit that referenced this issue Feb 26, 2023
…ture/10_Adding-of-multiple-AVUs-to-a-object/collection

Simstoica/feature/10_Adding-of-multiple-AVUs-to-a-object/collection
@JTvD
Copy link
Collaborator

JTvD commented Mar 21, 2023

Installers can be used for this, I am asking around to see if someone has experience with this.
When I find a solution for this I will also add the option to make the executable with Nuitka instead of Pyinstaller.
During all my tests the Nuitka executable was 4 times faster than the Pyinstaller one, a significant performance boost.

@JTvD JTvD self-assigned this Mar 21, 2023
@JTvD JTvD added this to the beta-release milestone Jun 27, 2023
@chStaiger chStaiger removed this from the beta-release milestone Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants