Thread
:
Any Python apps, for N9?
View Single Post
Slocan
2012-06-27 , 16:34
Posts: 324 | Thanked: 371 times | Joined on Dec 2009 @ Vancouver, BC
#
14
Originally Posted by
jd4200
Can I ask, how exactly did you go about coding and testing the app.?
I installed pyside and a version of the Qt Components (see
this blog
) on my computer (running Ubuntu, not sure about other platforms), so I could test directly on the desktop (it doesn't look quite the same, but testing the interaction between QML and python was easy enough this way).
Later, I moved the project into the Qt SDK (mainly to create the part that uses the synchronization framework which needs to be in C++), and added a few lines in the .proj file to deploy the python files. So I let the Qt SDK create the package and deploy to the device.
Quote & Reply
|
The Following User Says Thank You to Slocan For This Useful Post:
jd4200
Slocan
View Public Profile
Send a private message to Slocan
Find all posts by Slocan