Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.14.0
-
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