English French [qt-devnet.developpez.com]
PySide Binaries for Microsoft Windows
Maintainer: Roman Lacko
There are two options to install PySide on Windows:
- Manually download and install the packages:
- For Python 32bits:
- PySide-1.1.0qt474.win32-py2.6.exe [pyside.org]
- PySide-1.1.0qt474.win32-py2.7.exe [pyside.org]
- PySide-1.1.0qt474.win32-py3.2.exe [pyside.org]
- For Python 64bits:
- PySide-1.1.0qt474.win-amd64-py2.6.exe [pyside.org]
- PySide-1.1.0qt474.win-amd64-py2.7.exe [pyside.org]
- PySide-1.1.0qt474.win-amd64-py3.2.exe [pyside.org]
- For Python 32bits:
- Use setuptools [pypi.python.org] by issuing the command:
- easy_install -U PySide
- Note:
- After installing with easy_install, you will need to run manually the post-install procedure, with command:
- c:\Python26\python.exe c:\Python26\Scripts\pyside_postinstall.py -install
- This is NOT needed when installing via installer. The installer calls the pyside_postinstall.py script automatically.
- After installing with easy_install, you will need to run manually the post-install procedure, with command:

