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 16, 2023
1 parent 47f534a commit 35700ab
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 @@ -187,6 +187,7 @@ passenv =
HOME
PYINSTALLER_DEBUG
setenv =
PYINSTALLER_COMPILE_BOOTLOADER=true
qt6: PYINSTALLER_QT6=true
qt6: QUTE_QT_WRAPPER=PyQt6
!qt6: QUTE_QT_WRAPPER=PyQt5
Expand Down

0 comments on commit 35700ab

Please sign in to comment.