PySide Binaries Maemo: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''English''' [http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=meego-maemo#X French] ''[qt-devnet.developpez.com]''
[[Category:LanguageBindings::PySide]]<br />[[Category:LanguageBindings::PySide::Downloads]]


=PySide Binaries for Maemo=
'''English''' &quot;French&amp;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 (either directly or by adding a new catalogue using the Application Manager):
To install the Maemo packages on N900, just add the following line to the /etc/apt/sources.list file &amp;#40;either directly or by adding a new catalogue using the Application Manager&amp;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:


===Categories:===
<code><br />apt-get install python-qtmobility
 
* [[:Category:LanguageBindings|LanguageBindings]]
** [[:Category:LanguageBindings::PySide|PySide]]
*** [[:Category:LanguageBindings::PySide::Downloads|Downloads]]

Revision as of 10:42, 24 February 2015


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

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 &#40;either directly or by adding a new catalogue using the Application Manager&amp;#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