Category:LanguageBindings::PySide::Downloads: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[toc align_right=&quot;yes&amp;quot; depth=&quot;3&amp;quot;]<br />[[Category:LanguageBindings::PySide::Downloads]]
[toc align_right="yes" depth="3"]<br />[[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 &quot;Python Package Index (PyPI)&quot;:https://pypi.python.org/pypi/PySide, which also contains installation instructions for Linux and Windows.
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)":https://pypi.python.org/pypi/PySide, which also contains installation instructions for Linux and Windows.


* &quot;Official Qt Project Releases&amp;quot;:https://download.qt.io/official_releases/pyside/]]
* "Official Qt Project Releases":https://download.qt.io/official_releases/pyside/]]


== Binaries ==
== Binaries ==
Line 19: Line 19:
== Source code ==
== Source code ==


The source code for latest PySide release can be downloaded from the links below or &quot;PyPI&amp;quot;:https://pypi.python.org/pypi/PySide:
The source code for latest PySide release can be downloaded from the links below or "PyPI":https://pypi.python.org/pypi/PySide:


* &quot;shiboken-1.2.2.tar.bz2&amp;quot;: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/shiboken-1.2.2.tar.bz2
* &quot;pyside-qt4.8+1.2.2.tar.bz2&amp;quot;:http://download.qt.io/official_releases/pyside/pyside-qt4.8+1.2.2.tar.bz2
* "pyside-qt4.8+1.2.2.tar.bz2":http://download.qt.io/official_releases/pyside/pyside-qt4.8+1.2.2.tar.bz2
* &quot;pyside-tools-0.2.15.tar.gz&amp;quot;:https://github.com/PySide/Tools/archive/0.2.15.tar.gz
* "pyside-tools-0.2.15.tar.gz":https://github.com/PySide/Tools/archive/0.2.15.tar.gz


Alternatively, you can get the latest source code from our git repository at &quot;Qt Project's Gerrit code review tool&amp;quot;:http://codereview.qt.io/ or from the read-only mirrors at &quot;qt.gitorious.org&amp;quot;:http://qt.gitorious.org/pyside. See details in the [[Building_PySide|Building Pyside]] page.
Alternatively, you can get the latest source code from our git repository at "Qt Project's Gerrit code review tool":http://codereview.qt.io/ or from the read-only mirrors at "qt.gitorious.org":http://qt.gitorious.org/pyside. See details in the [[Building_PySide|Building Pyside]] page.


The old repositories from pre-Qt era can be found from &quot;qt.gitorious.org&amp;quot;:http://qt.gitorious.org/pyside with -archive added to the repository names.
The old repositories from pre-Qt era can be found from "qt.gitorious.org":http://qt.gitorious.org/pyside 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 14:10, 24 February 2015

[toc align_right="yes" depth="3"]

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)":https://pypi.python.org/pypi/PySide, 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":https://pypi.python.org/pypi/PySide:

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

The old repositories from pre-Qt era can be found from "qt.gitorious.org":http://qt.gitorious.org/pyside 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:

<br />import PySide<br />

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:

<br />PySide.''version''<br />

This category currently contains no pages or media.