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

Incomplete installation

    XMLWordPrintable

Details

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

    Description

      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'],

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes