Questions tagged [pyotherside]

4 questions
6
votes
0 answers

PyOtherSide, debugger/breakpoints

When running a simple PyOtherSide example in QtCreator and setting a breakpoint in python code, is doesn't work (expected). How do you go about debugging python code used in PyOtherSide? Also, it appears print commands from python doesn't show up in…
Paul Knopf
  • 9,568
  • 23
  • 77
  • 142
1
vote
1 answer

Call to a python function in the previous Page in the PageStack

I have 2 QML Silica Pages, Main.qml and Icon.qml. Main.qml has this distribution: import QtQuick 2.0 import Sailfish.Silica 1.0 import io.thp.pyotherside 1.3 Page { SilicaFlickable { id: mainList Button { …
kirbylife
  • 115
  • 1
  • 9
0
votes
1 answer

Import Error after installing pyotherside

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?…
Feodoran
  • 1,752
  • 1
  • 14
  • 31
0
votes
1 answer

installing pyotherside fails

I was trying to install pyotherside, but when running make I get: cd src/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/christian/pyotherside-1.5.1/src/src.pro -o Makefile ) && make -f Makefile Project MESSAGE:…
Feodoran
  • 1,752
  • 1
  • 14
  • 31