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 for windows #229

Closed
2 of 3 tasks
ataffanel opened this issue Feb 25, 2016 · 2 comments
Closed
2 of 3 tasks

Build for windows #229

ataffanel opened this issue Feb 25, 2016 · 2 comments
Assignees
Milestone

Comments

@ataffanel
Copy link
Member

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.

  • Fix the build for windows
  • Build the installer
  • Setup CI on AppVeyor
@ataffanel
Copy link
Member Author

We used to use py2exe but in my latest try:

  • Py2exe does not exists for Python 3.5
  • I could not install numpy for Python 3.4 (for Python 3.5 miniconda installed numpy)

pyInstaller worked on python 3.5, the initial plan is to try pyInstaller.

@ataffanel ataffanel self-assigned this Feb 25, 2016
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
@ataffanel
Copy link
Member Author

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 Mar 1, 2016
ataffanel added a commit that referenced this issue Mar 1, 2016
ataffanel added a commit that referenced this issue Mar 1, 2016
@ataffanel ataffanel modified the milestone: 2016.4.1 Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant