View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#7
Use apt-get to install those packages. You need rootsh from extras repository installed via HildonApplicationManager for this to work
Code:
sudo gainroot
apt-get update
apt-get install python2.5-qt4-gui
You could search for packages with apt-cache using parts of the names like this
Code:
Nokia-N900:~# apt-cache search python qt4 gui
python2.5-qt4-gui - Python bindings for Qt4 Core components.
python2.5-qt4 - Complete Python binding set for Qt4 (PR1.2)
python2.5-qt4-experimental-gui - Python bindings for Qt4 Core components.
python2.5-qt4-experimental - Complete Python binding set for Qt4
pyside-tools - development tools for PySide (uic, rcc, lupdate)
python2.5-qt4-experimental-doc - Python Qt bindings demos, examples and documentation
python2.5-qt4-doc - Python Qt bindings demos, examples and documentation (PR1.2)
 

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