https://github.com/maartenbreddels/frozen_astropy
Test project for testing out astropy in a frozen environment (pyinstaller/py2app/py2exe)
https://github.com/maartenbreddels/frozen_astropy
Last synced: 2 months ago
JSON representation
Test project for testing out astropy in a frozen environment (pyinstaller/py2app/py2exe)
- Host: GitHub
- URL: https://github.com/maartenbreddels/frozen_astropy
- Owner: maartenbreddels
- License: mit
- Created: 2016-01-26T14:24:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T14:30:33.000Z (almost 10 years ago)
- Last Synced: 2025-03-01T23:08:10.733Z (11 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frozen_astropy
Test project for testing out astropy in a frozen environment (pyinstaller/py2app/py2exe)
# build using PyInstaller (linux)
Make sure you have PyInstaller installed (`pip install --user pyinstaller`)
* run `$ pyinstaller -y frozen_astropy.spec`
# testing frozen_astropy
* simply test importing: `$ python frozen_astropy.py`
* run all unittests: `$ python frozen_astropy.py test`
* enter debugger: `$ python frozen_astropy.py debug`