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.
Category:LanguageBindings::PySide::Downloads: Difference between revisions
No edit summary |
Henri Vikki (talk | contribs) (Fix links) |
||
Line 1: | Line 1: | ||
[[Category:LanguageBindings::PySide::Downloads]] | [[Category:LanguageBindings::PySide::Downloads]] | ||
= PySide Downloads = | = PySide Downloads = | ||
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 | 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)], which also contains installation instructions for Linux and Windows. | ||
* | * [https://download.qt.io/official_releases/pyside/ Official Qt Project Releases] | ||
== Binaries == | == Binaries == | ||
Line 20: | Line 20: | ||
== Source code == | == Source code == | ||
The source code for latest PySide release can be downloaded from the links below or | The source code for latest PySide release can be downloaded from the links below or [https://pypi.python.org/pypi/PySide PyPI] | ||
* | *[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] | |||
Alternatively, you can get the latest source code from our git repository at | 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. | ||
The old repositories from pre-Qt era can be found from | 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. | ||
Build instructions can be found in the [[Building_PySide|Building PySide]] page and [[PySideDevelopment|PySide Development]]. | Build instructions can be found in the [[Building_PySide|Building PySide]] page and [[PySideDevelopment|PySide Development]]. |
Revision as of 07:33, 26 March 2015
PySide Downloads
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 Python Package Index (PyPI), which also contains installation instructions for Linux and Windows.
Binaries
Binaries are available for various platforms as listed below.
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''
This category currently contains no pages or media.