Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-1165

pyside2-designer: designer is not properly linked to Qt5Core.so

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.14.0
    • PySide
    • None
    • 491eb18eaecfae83aae117bbe85de0f352ee2c0d (pyside/pyside-setup/5.14)

    Description

      Designer was included following the same process as uic and rcc, but it's not a standlone application and needs its runpath needs to be patch to discover the libQt5Core.so we ship with the PySide2 wheels.

      Workaround for macOS/Linux:

      LD_LIBRARY_PATH=your_env/lib/python3.8/site-packages/PySide2/Qt/lib pyside2-designer
      

      Workaround for Windows:

      set PATH="c:\path\to\your_env\lib\python3.8\site-packages\PySide2\;"%PATH%
      pyside2-designer
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            crmaurei Cristian Maureira-Fredes
            crmaurei Cristian Maureira-Fredes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes