Category:LanguageBindings::PySide::Downloads

From Qt Wiki
Revision as of 08:34, 25 February 2015 by Maintenance script (talk | contribs)
Jump to navigation Jump to search

[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:

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.