Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyside6: ensure PySide6 can be imported and used #1808

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2024

  1. flake: fix nix run .#poetry

    The `program` attribute of apps should be set to the path of an
    executable, not to a package. This commit updates the `poetry` app
    to point directly to the `poetry` executable.
    Viktor Kronvall authored and considerate committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7051491 View commit details
    Browse the repository at this point in the history
  2. pyside6: ensure PySide6 can be imported and used

    The PySide6/__init__.py script is at runtime trying to find the
    dependent Qt libraries in subdirectories of its path in the installed
    site-packages directory. This fails because the dependent
    pyside6-essentials and pyside6-addons packages aren't installed into the
    same site-packages directory. As a work-around this commit symlinks
    those files into the site-packages directory of the `pyside6` package.
    
    This commit also adds a small application that imports
    and verifies that PySide6 can be used after building.
    Viktor Kronvall authored and considerate committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    82bd472 View commit details
    Browse the repository at this point in the history