View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#8
If you want to use Qt4.6 features (like stacked windows, orientation, etc), you’re only missing the versions which you can specify like this:

Code:
p.depends = "python2.5-qt4-core (>> 4.7.3-maemo5), python2.5-qt4-gui (>> 4.7.3-maemo5), python-osso, python-dbus, python2.5-qt4-sql (>> 4.7.3-maemo5)"
Your imports otherwise match the dependencies (urllib, socket, time, os, threading are python standard libs so they don’t need additional libraries)
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following User Says Thank You to attila77 For This Useful Post: