|
2010-04-18
, 21:56
|
|
Posts: 80 |
Thanked: 37 times |
Joined on Feb 2010
@ Long Island, New York
|
#2
|
|
2010-04-18
, 22:05
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#3
|
The Following 3 Users Say Thank You to noobmonkey For This Useful Post: | ||
|
2010-04-18
, 23:56
|
Posts: 52 |
Thanked: 8 times |
Joined on Apr 2010
|
#4
|
|
2010-04-19
, 00:42
|
Posts: 398 |
Thanked: 301 times |
Joined on Sep 2007
@ Texas
|
#5
|
|
2010-04-19
, 03:31
|
Banned |
Posts: 388 |
Thanked: 57 times |
Joined on Mar 2010
|
#6
|
I have been creating some qt-based python apps for my n900. I dont like having to navigate through the terminal and executing them that way.
I would like to know if it is possible to 'compile' the app, as such, to appear in the applications dialog with the rest of my installed ones. Im saying this because i want to know if it would be possible to submit it to a repository in the future.
thanks
|
2010-04-19
, 03:55
|
Posts: 324 |
Thanked: 371 times |
Joined on Dec 2009
@ Vancouver, BC
|
#7
|
The Following User Says Thank You to Slocan For This Useful Post: | ||
|
2010-04-19
, 17:45
|
Posts: 52 |
Thanked: 8 times |
Joined on Apr 2010
|
#8
|
Would you consider writing a small tutorial describing your progress? I am thinking to follow a similar path to yours. A tutorial or a wiki page would make beginners like me happy indeed.
|
2010-04-19
, 18:09
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#9
|
i use pypackager and py2deb (Never remember which is which) - but allows you to package it on the device, and gets it all ready for the repo's (Obviously who have to edit a few files, and add an icon here and there! - but wasn't too bad )
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
I would like to know if it is possible to 'compile' the app, as such, to appear in the applications dialog with the rest of my installed ones. Im saying this because i want to know if it would be possible to submit it to a repository in the future.
thanks