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]]<br />[[Category:LanguageBindings::PySide::Downloads]] | |||
=PySide Binaries for Maemo= | '''English''' "French&quot;:http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=meego-maemo#X | ||
= PySide Binaries for Maemo = | |||
''Maintainer: PySide core dev team'' | ''Maintainer: PySide core dev team'' | ||
Line 7: | Line 9: | ||
'''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 &#40;either directly or by adding a new catalogue using the Application Manager&amp;#41;: | ||
<code><br />deb http://repository.maemo.org/extras-devel/ fremantle free non-free<br /></code> | |||
After that run: | After that run: | ||
<code><br />apt-get update<br />apt-get install python-pyside<br /></code> | |||
PySide Mobility can be acquired by installing python-qtmobility: | PySide Mobility can be acquired by installing python-qtmobility: | ||
<code><br />apt-get install python-qtmobility | |||
Revision as of 10:42, 24 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&#41;:
<br />deb http://repository.maemo.org/extras-devel/ fremantle free non-free<br />
After that run:
<br />apt-get update<br />apt-get install python-pyside<br />
PySide Mobility can be acquired by installing python-qtmobility:
apt-get install python-qtmobility