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

PySide6.support not installed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • 6.5.0, 6.4.3
    • 6.4.2
    • Build System
    • None
    • All
    • 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

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

        Activity

          People

            ctismer Christian Tismer
            jschueller Julien Schueller
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes