Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
6.4.2
-
None
-
-
dae58659b (dev), 196ec4c53 (6.4)
Description
when building from sources
the `sources/pyside6/PySide6/support/` submodule is not installed by cmake
so deprecated.py is not loaded and the modifier keys OR operator does not work:
python -c "from PySide6.QtCore import Qt; Qt.CTRL | Qt.Key_Y" Traceback (most recent call last): File "<string>", line 1, in <module> TypeError: unsupported operand type(s) for |: 'Modifier' and 'Key'
it is ok in pip wheels
Attachments
For Gerrit Dashboard: PYSIDE-2183 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
453413,3 | build: Fix "support" in non-setup.py cases | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |
453652,2 | build: Fix "support" in non-setup.py cases | 6.4 | pyside/pyside-setup | Status: MERGED | +2 | 0 |