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

Windows Build Script and Associated Documentation Per Platform #18

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Pebaz
Copy link

@Pebaz Pebaz commented Jan 16, 2020

Closes #17

This change includes:

  • A build script that you can use on Windows platforms to easily install Python-FCL.
  • The outdated Python2 example.py was also update to Python3.
  • All 7 unit tests pass on Windows.
  • setup.py was updated to modern Python and now supports the Windows platform.
  • Documentation related to installation per platform was simplified and now includes Windows instructions.

@Pebaz
Copy link
Author

Pebaz commented Jan 17, 2020

Can you please assist in getting this to build in the TravisCI environment?
I tried changing everything to run with Python3 but can't seem to make it work so I undid the changes to the Travis file.

@Pebaz
Copy link
Author

Pebaz commented Jan 17, 2020

The main error is that one of the build steps is using end-of-life Python2.7 to do something, and it cannot find pathlib which is crashing it.

@Pebaz Pebaz marked this pull request as ready for review January 22, 2020 20:51
@Moult Moult mentioned this pull request May 15, 2020
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

Successfully merging this pull request may close these issues.

Windows Support
1 participant