hatzakislab / DeepFRET-GUI

GNU General Public License v3.0
8 stars 5 forks source link

Does not compile on MacOS without PyInstaller hotfix #12

Open komodovaran opened 4 years ago

komodovaran commented 4 years ago

In /venv/lib/python3.6/site-packages/PyInstaller/hooks/hook-_tkinter.py

Change line 183 to if 'Library/Frameworks' in path_to_tcl and 'Python' not in path_to_tcl:

Or the installer will fail on MacOS

See https://github.com/pyinstaller/pyinstaller/issues/3753#issuecomment-619582208