Details
Description
The same command, with the same file as input, will succeed in PySide 5.11, but will fail with 5.12.0a1.dev1540663531. Find the error below:
$ pyside2-rcc qml.qrc -o qrc.py Traceback (most recent call last): File "/home/user/.local/bin/pyside2-rcc", line 7, in <module> from PySide2.scripts.pyside_tool import main ModuleNotFoundError: No module named 'PySide2.scripts.pyside_tool'