Thread
:
[Python] [Harmattan] Help with packaging apps
View Single Post
rcs1000
2012-09-06 , 10:31
Posts: 89 | Thanked: 131 times | Joined on Oct 2009
#
1
Hello,
I'm really struggling to understand how to package a Python/QT app I have written for the N9.
My theory (perhaps naively) is that I would use pyside-assistant/psa to create a directory, put my files inside the directory, and then use setup.py to point to the 'script' (the file that should be 'run') and the modules used.
But upon running psa build-deb, while I get no errors in the psa log file (everything seems to work), no .deb file is created, and I get a 'Failed to build initial package.' error on the command line.
Even when I try and strip everything to an absolute minimum, with a simple main.py containing just 'print "hello"', with setup.py pointing to main as the only module and the only script, it fails.
Can anyone help?
Please...
Thanks
Robert
Quote & Reply
|
rcs1000
View Public Profile
Send a private message to rcs1000
Find all posts by rcs1000