coin3d / pivy

python bindings to coin3d
ISC License
53 stars 37 forks source link

Use PySide6 instead of PySide2 to get QtDesigner #106

Open kotopesutility opened 11 months ago

kotopesutility commented 11 months ago

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)