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
- duplicates
-
PYSIDE-779 pyside2-rcc is not placed in the bin directory after installation
- Closed