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

Adds bundle script with .spec #26

Merged
merged 8 commits into from
Jul 20, 2023
Merged

Adds bundle script with .spec #26

merged 8 commits into from
Jul 20, 2023

Conversation

ThiaudioTT
Copy link
Owner

I'm creating a bundle script using .spec files of pyinstaller.

This was linked to issues Jul 15, 2023
@ThiaudioTT ThiaudioTT removed a link to an issue Jul 15, 2023
@ThiaudioTT ThiaudioTT marked this pull request as draft July 15, 2023 16:02
@ThiaudioTT
Copy link
Owner Author

There's still a problem:
image

Aparently, version.json is compiled when compiling in one file, this will broke the scripts:

https://pyinstaller.org/en/stable/runtime-information.html#run-time-information

We need them as a separate files. I think I will move using built-in python and zip them.

@ThiaudioTT ThiaudioTT added the enhancement New feature or request label Jul 15, 2023
@ThiaudioTT ThiaudioTT self-assigned this Jul 15, 2023
@ThiaudioTT ThiaudioTT marked this pull request as ready for review July 15, 2023 17:22
@ThiaudioTT ThiaudioTT added the QA We need to test it label Jul 15, 2023
@ThiaudioTT
Copy link
Owner Author

There's something wrong:

It is giving this error when executing it:

Error loading Python DLL 'C:\Dev\hoi4-presence\dist\python311.dll'.
LoadLibrary: The specified module could not be found.

@ThiaudioTT ThiaudioTT marked this pull request as draft July 15, 2023 18:10
@ThiaudioTT
Copy link
Owner Author

ThiaudioTT commented Jul 20, 2023

It is giving this error when executing it:

It is only setup.exe and checkupdate

@ThiaudioTT
Copy link
Owner Author

@ThiaudioTT
Copy link
Owner Author

image
All good

@ThiaudioTT ThiaudioTT marked this pull request as ready for review July 20, 2023 11:58
@ThiaudioTT ThiaudioTT changed the title Bundle script with .spec Adds bundle script with .spec Jul 20, 2023
@ThiaudioTT ThiaudioTT merged commit 5053573 into main Jul 20, 2023
@ThiaudioTT ThiaudioTT deleted the feature/spec-file branch July 20, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request QA We need to test it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create an "all in one" file
1 participant