The Following User Says Thank You to aspidites For This Useful Post: | ||
![]() |
2010-02-21
, 17:28
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#92
|
Good point about waiting until you are able to build your package. :-). Mind posting your build_myapp.py please? I assume your previous post details all of your import statements, so I won't need that. BTW, to keep posts, short, you can use http://pastie.org or similar services.Looks like you figured this out already :-)
Qt can handle multiple threads:
As for gps, you are probably fine using gobject until qtmobility becomes stable.
- Multithreading and Concurrency Examples
- QThread documentation( probably easier to understand than the above examples
![]() |
2010-02-21
, 19:15
|
Posts: 402 |
Thanked: 229 times |
Joined on Nov 2009
@ Missouri, USA
|
#93
|
The Following User Says Thank You to aspidites For This Useful Post: | ||
![]() |
2010-02-21
, 19:27
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#94
|
![]() |
2010-02-21
, 19:27
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#95
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2010-02-21
, 19:29
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#96
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2010-02-21
, 19:49
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#97
|
For your build_myapp.py
I'm not sure what all PyQt4 brings down... but I used specifically the modules I needed to make space.. so for example:
python2.5-qt4-gui
python2.5-qt4-webkit
python2.5-qt4-core
python2.5-qt4-network
etc.
ETA: This should save some space for users downloading your app since they only grab what they need.. not the whole PyQt4 bindings.
![]() |
2010-02-21
, 20:22
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#98
|
![]() |
2010-02-21
, 20:34
|
Posts: 77 |
Thanked: 52 times |
Joined on Sep 2009
@ US
|
#99
|
The Following User Says Thank You to hartti For This Useful Post: | ||
![]() |
2010-02-21
, 20:36
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#100
|
I am pretty sure the approval will come on Monday. The same wait over the weekend happened to me as well...
Hartti
![]() |
Tags |
code, health check, n900, python |
Thread Tools | |
|
Good point about waiting until you are able to build your package. :-). Mind posting your build_myapp.py please? I assume your previous post details all of your import statements, so I won't need that. BTW, to keep posts, short, you can use http://pastie.org or similar services.Looks like you figured this out already :-)Qt can handle multiple threads:
- Multithreading and Concurrency Examples
- QThread documentation( probably easier to understand than the above examples
As for gps, you are probably fine using gobject until qtmobility becomes stable.aspidites | blog | aspidites@inbox.com