Test project for testing out astropy in a frozen environment (pyinstaller/py2app/py2exe)
Make sure you have PyInstaller installed (pip install --user pyinstaller)
- run
$ pyinstaller -y frozen_astropy.spec
- simply test importing:
$ python frozen_astropy.py - run all unittests:
$ python frozen_astropy.py test - enter debugger:
$ python frozen_astropy.py debug