Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
PySide Binaries Maemo: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:LanguageBindings::PySide]] | [[Category:LanguageBindings::PySide]] | ||
[[Category:LanguageBindings::PySide::Downloads]] | |||
'''English''' | '''English''' "French":http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=meego-maemo#X | ||
= PySide Binaries for Maemo = | = PySide Binaries for Maemo = | ||
Line 9: | Line 10: | ||
'''Warning:''' ''Some PySide packages are not available for Maemo because their C++ counterparts were not provided in official packages. The “not provided” packages are: QtHelp, QtScriptTools and QUiTools.'' | '''Warning:''' ''Some PySide packages are not available for Maemo because their C++ counterparts were not provided in official packages. The “not provided” packages are: QtHelp, QtScriptTools and QUiTools.'' | ||
To install the Maemo packages on N900, just add the following line to the /etc/apt/sources.list file | To install the Maemo packages on N900, just add the following line to the /etc/apt/sources.list file (either directly or by adding a new catalogue using the Application Manager): | ||
<code> | <code> | ||
deb http://repository.maemo.org/extras-devel/ fremantle free non-free | |||
</code> | |||
After that run: | After that run: | ||
<code> | <code> | ||
apt-get update | |||
apt-get install python-pyside | |||
</code> | |||
PySide Mobility can be acquired by installing python-qtmobility: | PySide Mobility can be acquired by installing python-qtmobility: | ||
<code> | <code> | ||
apt-get install python-qtmobility |
Revision as of 11:02, 25 February 2015
English "French":http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=meego-maemo#X
PySide Binaries for Maemo
Maintainer: PySide core dev team
Warning: Some PySide packages are not available for Maemo because their C++ counterparts were not provided in official packages. The “not provided” packages are: QtHelp, QtScriptTools and QUiTools.
To install the Maemo packages on N900, just add the following line to the /etc/apt/sources.list file (either directly or by adding a new catalogue using the Application Manager):
deb http://repository.maemo.org/extras-devel/ fremantle free non-free
After that run:
apt-get update
apt-get install python-pyside
PySide Mobility can be acquired by installing python-qtmobility:
apt-get install python-qtmobility