PySide Downloads: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
=PySide Downloads=
{{LangSwitch}}
[[Category:PySide]]
{| class="wikitable"
|-
| style="background: #ff6961;text-align: center;"| Attention
|-
| This is a page dedicated to PySide (Qt4). For recent development on PySide2 (Qt5) and PySide6 (Qt6) refer to [[Qt for Python]]
|}


Depending on your needs, [[PySide]] is available either as source code or as binary packages for various platforms. Source code can be downloaded from the [https://pypi.python.org/pypi/PySide Python Package Index] ''[pypi.python.org]'', which also contains installation instructions for Linux and Windows.
Both [[PySide]] source and binary packages for all supported platforms are available from the [https://pypi.python.org/pypi/PySide Python Package Index (PyPI)]. Thanks to this, PySide can be downloaded and installed using `pip` installer.


* [https://download.qt.io/official_releases/pyside/ Official Qt Project Releases] ''[download.qt.io]'']]
<code>
pip install pyside
</code>


==Binaries==
These files are also available from official Qt Downloads server.


Binaries are available for various platforms as listed below.
* [https://download.qt.io/official_releases/pyside/ Official Qt Project Releases]


* [[PySide Binaries Linux|Linux]]
== Binaries ==
* [[PySide Binaries Windows|Microsoft Windows]]
* [[PySide Binaries MacOSX|Mac OS X]]
* [[PySide Binaries Maemo|Maemo]]
* [[PySide Binaries MeeGo|MeeGo]]


==Source code==
Binaries for the the following platforms are available.


The source code for latest PySide release can be downloaded from the links below or [https://pypi.python.org/pypi/PySide PyPI] ''[pypi.python.org]'':
* [[PySide_Binaries_Linux|Linux]]
* [[PySide_Binaries_Windows|Microsoft Windows]]
* [[PySide_Binaries_MacOSX|Mac OS X]]
* [[PySide_Binaries_Maemo|Maemo]]
* [[PySide_Binaries_MeeGo|MeeGo]]


* [http://download.qt.io/official_releases/pyside/shiboken-1.2.2.tar.bz2 shiboken-1.2.2.tar.bz2] ''[download.qt.io]''
== Source code ==
* [http://download.qt.io/official_releases/pyside/pyside-qt4.8+1.2.2.tar.bz2 pyside-qt4.8+1.2.2.tar.bz2] ''[download.qt.io]''
* [https://github.com/PySide/Tools/archive/0.2.15.tar.gz pyside-tools-0.2.15.tar.gz] ''[github.com]''


Alternatively, you can get the latest source code from our git repository at [http://codereview.qt.io/ Qt Project’s Gerrit code review tool] ''[codereview.qt.io]'' or from the read-only mirrors at [http://qt.gitorious.org/pyside qt.gitorious.org] ''[qt.gitorious.org]''. See details in the [[Building PySide|Building Pyside]] page.
The source code for latest PySide release can be downloaded from the links below or [https://pypi.python.org/pypi/PySide PyPI]


The old repositories from pre-Qt era can be found from [http://qt.gitorious.org/pyside qt.gitorious.org] ''[qt.gitorious.org]'' with -archive added to the repository names.
*[http://download.qt.io/official_releases/pyside/shiboken-1.2.2.tar.bz2 shiboken-1.2.2.tar.bz2]
* [http://download.qt.io/official_releases/pyside/pyside-qt4.8+1.2.2.tar.bz2 pyside-qt4.8+1.2.2.tar.bz2]
* [https://github.com/PySide/Tools/archive/0.2.15.tar.gz pyside-tools-0.2.15.tar.gz]


Build instructions can be found in the [[Building PySide]] page and [[PySideDevelopment|PySide Development]].
Alternatively, you can get the latest source code from our git repository at [http://codereview.qt.io/ Qt Project's Gerrit code review tool] or from the read-only mirrors at [http://qt.gitorious.org/pyside qt.gitorious.org]. See details in the [[Building_PySide|Building Pyside]] page.


=PySide Test=
The old repositories from pre-Qt era can be found from [http://qt.gitorious.org/pyside qt.gitorious.org] with -archive added to the repository names.


To check if PySide in installed correctly just enter a python console and type:<br />
Build instructions can be found in the [[Building_PySide|Building PySide]] page and [[PySideDevelopment|PySide Development]].


If no error is returned, you have successfully installed PySide, and can start developing with Qt and Python.<br /> You can also check the version of your PySide installation:<br />
= PySide Test =


The result will be something like 1.2.2.
To check if PySide in installed correctly just enter a python console and type:
<code>
import PySide
</code>


===There are 7 articles in "LanguageBindings -&gt; PySide -&gt; Downloads":===
If no error is returned, you have successfully installed PySide, and can start developing with Qt and Python.
 
You can also check the version of your PySide installation:
===L===
<code>
* [[:Category:LanguageBindings::PySide|Category:LanguageBindings -&gt; PySide]]
PySide.__version__
* [[:Category:LanguageBindings::PySide::Downloads|Category:LanguageBindings -&gt; PySide -&gt; Downloads]]===P===
</code>
* [[PySide Binaries Linux|PySide_Binaries_Linux]]
* [[PySide Binaries MacOSX|PySide_Binaries_MacOSX]]
* [[PySide Binaries Maemo|PySide_Binaries_Maemo]]
* [[PySide Binaries MeeGo|PySide_Binaries_MeeGo]]
* [[PySide Binaries Windows|PySide_Binaries_Windows]]
 
===Categories:===
 
* [[:Category:LanguageBindings|LanguageBindings]]
** [[:Category:LanguageBindings::PySide|PySide]]
*** [[:Category:LanguageBindings::PySide::Downloads|Downloads]]

Latest revision as of 10:32, 24 February 2022

En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh

Attention
This is a page dedicated to PySide (Qt4). For recent development on PySide2 (Qt5) and PySide6 (Qt6) refer to Qt for Python

Both PySide source and binary packages for all supported platforms are available from the Python Package Index (PyPI). Thanks to this, PySide can be downloaded and installed using `pip` installer.

pip install pyside

These files are also available from official Qt Downloads server.

Binaries

Binaries for the the following platforms are available.

Source code

The source code for latest PySide release can be downloaded from the links below or PyPI

Alternatively, you can get the latest source code from our git repository at Qt Project's Gerrit code review tool or from the read-only mirrors at qt.gitorious.org. See details in the Building Pyside page.

The old repositories from pre-Qt era can be found from qt.gitorious.org with -archive added to the repository names.

Build instructions can be found in the Building PySide page and PySide Development.

PySide Test

To check if PySide in installed correctly just enter a python console and type:

import PySide

If no error is returned, you have successfully installed PySide, and can start developing with Qt and Python. You can also check the version of your PySide installation:

PySide.__version__