English French [qt-devnet.developpez.com]
PySide Binaries for Microsoft Windows
Maintainer: Roman Lacko
There are two options to install PySide on Windows:
- Download and install the packages from the releases page [releases.qt-project.org]:
- For Python 32bits:
- PySide-1.1.2.win32-py2.6.exe [releases.qt-project.org]
- PySide-1.1.2.win32-py2.7.exe [releases.qt-project.org]
- PySide-1.1.2.win32-py3.2.exe [releases.qt-project.org]
- PySide-1.1.2.win32-py3.3.exe [releases.qt-project.org]
- For Python 64bits:
- PySide-1.1.2.win-amd64-py2.7.exe [releases.qt-project.org]
- PySide-1.1.2.win-amd64-py3.3.exe [releases.qt-project.org]
- For Python 32bits:
- Use setuptools [pypi.python.org] by issuing the command:
- # Install PySide via command
- easy_install PySide
- # Now run post-install procedure
- # This step is not needed when installing via installer
- # The installer calls the pyside_postinstall.py script automatically
- C:\Python26\python.exe c:\Python26\Scripts\pyside_postinstall.py -install

