-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
PyInstaller Application Won't Run #1841
Comments
A few symbols are missing:
I'll add them. |
ptitSeb
added a commit
that referenced
this issue
Sep 20, 2024
ptitSeb
added a commit
that referenced
this issue
Sep 20, 2024
Ok, all functions have been defined |
@thw26 PyInstaller applications should be supported now. Feel free to re-open this if you encounter any further issues. Closing as resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am developing a Python application that installs and manages a Windows program. The app is distributed through a prebuilt binary created from PyInstaller.
I built the latest box64 source and I am seeing the following error when attempting to run the prebuilt x86_64 pyinstaller binary.
This is not the biggest of concerns to me as I can always build a separate ARM64 prebuilt binary, but I thought I should share this.
Is there any additional information I can supply? Is there something simple I have overlooked?
The text was updated successfully, but these errors were encountered: