Skip to content

Conversation

@jamesyc
Copy link
Contributor

@jamesyc jamesyc commented Apr 19, 2020

This commit has several bug fixes. Building on MacOS is broken by default without these changes:

  • Add required python packages that were missing from setup.py; a clean computer install would throw an exception due to missing packages.

  • Add hiddenimports for pyinstaller, so that pyinstaller properly loads gevent

  • Modify noxfile so that it loads the required packages when creating a session. Also, python 3.7 support was added in pyinstaller 3.4, so pyinstaller version needs to be updated.

This commit has several bug fixes.

- Add required python packages that were missing from setup.py

- Add hiddenimports for pyinstaller so that pyinstaller properly loads gevent

- Modify noxfile so that it loads the required packages when creating a session. Also, python 3.7 support was added in pyinstaller 3.4, so pyinstaller version needs to be updated.
@jamesyc
Copy link
Contributor Author

jamesyc commented Apr 19, 2020

This PR resolves issue #321

@cs01
Copy link
Owner

cs01 commented Jul 7, 2020

Thanks, I will try to take a look this weekend

@cs01
Copy link
Owner

cs01 commented Jul 13, 2020

Looks good, thank you!

@cs01 cs01 merged commit e894bb6 into cs01:master Jul 13, 2020
cs01 pushed a commit that referenced this pull request Jul 14, 2020
* Bugfixes for building executable

This commit has several bug fixes.

- Add required python packages that were missing from setup.py

- Add hiddenimports for pyinstaller so that pyinstaller properly loads gevent

- Modify noxfile so that it loads the required packages when creating a session. Also, python 3.7 support was added in pyinstaller 3.4, so pyinstaller version needs to be updated.

* General cleanup
cs01 pushed a commit that referenced this pull request Jul 14, 2020
* Bugfixes for building executable

This commit has several bug fixes.

- Add required python packages that were missing from setup.py

- Add hiddenimports for pyinstaller so that pyinstaller properly loads gevent

- Modify noxfile so that it loads the required packages when creating a session. Also, python 3.7 support was added in pyinstaller 3.4, so pyinstaller version needs to be updated.

* General cleanup
cs01 pushed a commit that referenced this pull request Jul 18, 2020
* Bugfixes for building executable

This commit has several bug fixes.

- Add required python packages that were missing from setup.py

- Add hiddenimports for pyinstaller so that pyinstaller properly loads gevent

- Modify noxfile so that it loads the required packages when creating a session. Also, python 3.7 support was added in pyinstaller 3.4, so pyinstaller version needs to be updated.

* General cleanup
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.

2 participants