-
Notifications
You must be signed in to change notification settings - Fork 478
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 for windows #229
Milestone
Comments
We used to use py2exe but in my latest try:
pyInstaller worked on python 3.5, the initial plan is to try pyInstaller. |
ataffanel
added a commit
that referenced
this issue
Feb 27, 2016
The GPS tab still has a bug in the built version and the windows installer is untested
The windows build works with Python 3.4 and all dependencies installed with miniconda. |
ataffanel
added a commit
that referenced
this issue
Feb 29, 2016
ataffanel
added a commit
that referenced
this issue
Feb 29, 2016
ataffanel
added a commit
that referenced
this issue
Mar 1, 2016
ataffanel
added a commit
that referenced
this issue
Mar 1, 2016
Also add icon for py2exe executable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Switching to Python3 broke out ability to generate windows executable and installer. Now that the project is closer to a normal python project (see #227) it should be easier to build an executable on Windows.
The text was updated successfully, but these errors were encountered: