View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#981
Originally Posted by rotoflex View Post
Installation notes for N900:
Code:
root
Nokia-N900:~# apt-get python-qtmobility12, python-pyside.qtgui, python-pyside.qtdeclarative, qt-components-10, espeak, python

E: Invalid operation python-qtmobility12,
also

Code:
apt-get install python-qtmobility12, python-pyside.qtgui, python-pyside.qtdeclarative, qt-components-10, espeak, python

(Reading package lists, Building dependency tree, Reading state information, etc.)

E: Couldn't find package python-qtmobility12,
Oh, now I see it, thanks ! I took the dependencies directly from the package description, where they are delimited by commas - they are of course delimited by whitespace in apt-get. So this is the correct command (I have also updated the release post):
Code:
apt-get install python-qtmobility12 python-pyside.qtgui python-pyside.qtdeclarative qt-components-10 espeak python
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)

Last edited by MartinK; 2012-04-16 at 00:23. Reason: spellcheck :)
 

The Following 2 Users Say Thank You to MartinK For This Useful Post: