sailfishos / python-sample

A sample Sailfish application written in Python
20 stars 9 forks source link

"sailfish-qml" missing #3

Open mariohock opened 5 years ago

mariohock commented 5 years ago

I tried to run this example with Sailfish OS SDK 1807, but it failed with the following error:

[Deploy to emulator] Reading debug information failed: $HOME/SailfishOS/mersdk/targets/SailfishOS-2.2.1.18-i486/usr/bin/sailfish-qml: Datei oder Verzeichnis nicht gefunden.

[Deploy to SailfishX] Reading debug information failed: $HOME/SailfishOS/mersdk/targets/SailfishOS-2.2.1.18-armv7hl/usr/bin/sailfish-qml: Datei oder Verzeichnis nicht gefunden.

Strangely enough I set the QT-Creator interface to English. But the error message is still partly in German (reading "file or folder not found").

It seems there is a file/application called "sailfish-qml" missing.

mariohock commented 5 years ago

I finally got it running by creating a regular sailfish app (not QML-only) and replacing the .qml file (and copying the .py file)... But this still does not solve the actual issue. Also, this only worked on the phone, not in the emulator (but I think that's an issue with pytotherside).