Closed kuba-orlik closed 3 years ago
Ok, I've just realized that I should run the qml file with qmlscene main.qml
, and not run the pyside main.py script that renders the main.qml file. I thought that pyside and pyotherside can be mixed? But apparently they cannot
Yes, PyOtherSide is an alternative to PySide.
I'm trying to run PyOtherSide in a QT5 application in Manjaro GNU/Linux. QML can't find the pyotherside module even after I installed it from the community package. The files are all there:
But QML crashes and complains:
I've tried copying the
/usr/lib/qt/qml/io
dir to a directory within my project's root and pointed theQML2_IMPORT_PATH
env variable at it, but then it gives me: