The way it's done in friends-app is that there's a python service that exposes a DBus API, and then in C++ there's a small wrapper around the DBus API (exposing it into Qml) and then the Qml makes DBus calls into the python script. Python does the heavy lifting, Qml displays the results.
On Sat, Jan 25, 2014 at 5:33 AM, Sam Bull <[email protected]> wrote: > Is there a tutorial or something to create a python3/QML app? I just > attempted to get something running from some emails last year, but can't > seems to get it to run at all. > > -- > Mailing list: https://launchpad.net/~ubuntu-phone > Post to : [email protected] > Unsubscribe : https://launchpad.net/~ubuntu-phone > More help : https://help.launchpad.net/ListHelp > -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

