Inkcut installs well (by pip3 install inkcut) but not starts with following error :
cls = resolver.resolve(name)
File "/usr/local/lib/python3.9/dist-packages/enaml/application.py", line 147, in resolve
return factory()
File "/usr/local/lib/python3.9/dist-packages/enamlx/qt/qt_factories.py", line 132, in table_view_factory
from .qt_table_view import QtTableView
File "/usr/local/lib/python3.9/dist-packages/enamlx/qt/qt_table_view.py", line 13, in <module>
from enamlx.qt.qt_abstract_item_view import (
File "/usr/local/lib/python3.9/dist-packages/enamlx/qt/qt_abstract_item_view.py", line 14, in <module>
from qtpy import QT_API, PYSIDE_API, PYQT4_API
ImportError: cannot import name 'PYSIDE_API' from 'qtpy' (/usr/local/lib/python3.9/dist-packages/qtpy/init.py)
I have no idea, the dependences seems be satisfied, Google knows nothing.