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

Switch to pyinstaller from cx_freeze #565

Merged
merged 2 commits into from
May 3, 2019
Merged

Switch to pyinstaller from cx_freeze #565

merged 2 commits into from
May 3, 2019

Conversation

arsenetar
Copy link
Owner

Fix #542 by switching to pyinstaller as cx_freeze seems to have additional issues with newer/current python versions.

Fix the issues with cx_Freeze builds on newer versions of python and
with newer version of PyQt5
- Update .gitignore to ignore .spec files
- Update package.py to use pyInstaller instead of cx_Freeze
- Update requirements-windows to have pyInstaller instead of cx_Freeze
- Update setup.nsi to work with build and packaging changes
- Add win_version_info.temp to build a version information file for
  pyInstaller as part of the package.py script
@arsenetar arsenetar merged commit 08722a3 into arsenetar:master May 3, 2019
@arsenetar arsenetar deleted the 542 branch May 3, 2019 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cx_Freeze error startup crash
1 participant