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

Incomplete installation

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.12.0
    • 5.9
    • PySide
    • None

      In there pyside2uic module, there are 3 missing sub-modules Compiler, port_v2/port_v3 and widget-plugins. There are not installed using python setup.py install command

      I had to change package from

          packages = ['PySide2', 'pyside2uic'],

      to
          packages = ['PySide2', 'pyside2uic', 'pyside2uic.Compiler', 'pyside2uic.port_v2', 'pyside2uic.widget-plugins'],

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

            ctismer Christian Tismer
            diorcety Yann Diorcet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes