Skip to content

Commit

Permalink
try to re-compile PyInstaller bootloader on install
Browse files Browse the repository at this point in the history
Apparently you may need to do this when running from develop to make the
bootloader have the correct search paths ref #7278 (comment)

For the record the macOS CI is currently failing with

    dlopen: dlopen(/Users/runner/work/qutebrowser/qutebrowser/dist/qutebrowser.app/Contents/MacOS/libpython3.10.dylib, 10): image not found

And upon inspection of dist/ that file seems to be at

    ./qutebrowser.app/Contents/Resources/libpython3.10.dylib
    ./qutebrowser.app/Contents/Frameworks/libpython3.10.dylib
    ./qutebrowser/_internal/libpython3.10.dylib

Lets see if the updated bootloader finds that.
  • Loading branch information
toofar committed Jul 25, 2023
1 parent d7d4227 commit 69224be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ passenv =
PYINSTALLER_DEBUG
setenv =
qt5: PYINSTALLER_QT5=true
PYINSTALLER_COMPILE_BOOTLOADER=true
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-pyinstaller.txt
Expand Down

0 comments on commit 69224be

Please sign in to comment.