pivy icon indicating copy to clipboard operation
pivy copied to clipboard

Use PySide6 instead of PySide2 to get QtDesigner

Open kotopesutility opened this issue 1 year ago • 0 comments

There is no QtDesigner in PySide2

>>> PySide2.__version__
'5.13.2'
>>> from PySide2 import QtDesigner
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'QtDesigner' from 'PySide2' (/tmp/.private/kotopesutility/VENV/lib64/python3/site-packages/PySide2/__init__.py)

kotopesutility avatar Aug 09 '23 21:08 kotopesutility