-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
Cannot run WIndows build #306
Comments
The windows build also uses static linking, so this is very odd. Can you send some details about your windows? Perhaps it will provide a clue as to why it's not working. |
Accoding to https://pyoxidizer.readthedocs.io/en/stable/pyoxidizer_packaging_static_linking.html#building-statically-linked-binaries-on-windows to produce a statically linked .exe on Windows, it's necessary to add
I just tried this and it appears to indeed link with Python statically. The executable is huge though.... about 50 MB now vs 34 MB before. |
yes, i remember now... There was an issue with github actions' Windows support which prevent this from working well. Perhaps now github actions improved their support for this. I'll take a look. Thanks a lot for checking this out. |
When I run q.exe:
I expected it to run without requiring any DLLs as mentioend on the website:
Could you please look into linking with Python statically in the Windows build?
Thanks.
The text was updated successfully, but these errors were encountered: