I tried installing pyotherside
from the ubuntu repos (packages qml-module-io-thp-pyotherside
and pyotherside
) as well as from the git repo.
But in when importing it in Python3 I keep getting ImportError: No module named 'pyotherside'
.
Any knows why? What is the path where I should find pyotherside installed?
OS: Ubuntu 16.04.2
PyOtherSide
is a library that uses the python code fromQML
and not vice versa, in your project you must the qml file and the python file. To run the program you must execute the qml, for example:imageprovider.py
imageprovider.qml
You open a terminal run: