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

Build Windows Executables #242

Closed
white-gecko opened this issue Aug 29, 2019 · 1 comment
Closed

Build Windows Executables #242

white-gecko opened this issue Aug 29, 2019 · 1 comment
Milestone

Comments

@white-gecko
Copy link
Member

I tried to build windows executables with travis using this docker image for pyinstaller in wine:

https://github.com/cdrx/docker-pyinstaller

But it fails due to no support for windows in uwsgi:

unbit/uwsgi#1930

@white-gecko white-gecko added Blocked Upstream Blocked by an Upstream Issue enhancement wontfix labels Aug 29, 2019
@white-gecko white-gecko removed Blocked Upstream Blocked by an Upstream Issue wontfix labels Aug 30, 2019
@white-gecko white-gecko reopened this Aug 30, 2019
@white-gecko white-gecko added this to the Current milestone Aug 30, 2019
@white-gecko
Copy link
Member Author

We don't need uwsgi for the windows executable, it is only a dependecy for our docker setup.
Now it works with:
#243
#244
and the upstream fix with (pyinstaller 3.5):
cdrx/docker-pyinstaller#60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant