This project is archived. Its data is read-only.
Cannot launch on OS X (0.32.8)
*Created by: brabalan* If I try `open sakia.app` I get an error ``` LSOpenURLsWithRole() failed with error -10810 for the file /Applications/sakia.app. ``` If I try to directly launch the binary `sakia.bin` I get a more useful error ``` Failed to execute script pyi_rth_qt5plugins Traceback (most recent call last): File "site-packages/PyInstaller/loader/rthooks/pyi_rth_qt5plugins.py", line 46, in <module> File "/Users/travis/.pyenv/versions/3.5.4/Python.framework/Versions/3.5/lib/python3.5/site-packages/PyInstaller/loader/pyimod03_importers.py", line 573, in load_module ImportError: dlopen(/Applications/sakia.app/Contents/MacOS/PyQt5.QtCore.cpython-35m-darwin.so, 2): Library not loaded: @loader_path/QtCore Referenced from: /Applications/sakia.app/Contents/MacOS/PyQt5.QtCore.cpython-35m-darwin.so Reason: image not found ```
issue