Skip to content Skip to sidebar Skip to footer

Installing Pyside - Windows 8

Following these instructions: http://qt-project.org/wiki/Setting_up_PySide Successfully installed these programs: PySide-1.1.2.win-amd64-py2.7.exe - qt-win-opensource-4.8.4-vs201

Solution 1:

PySide is available on pip now, you can simply install it by using pip command

pip install PySide

Python Installer after 2.7.9 and later (on the python2 series), and Python 3.4 and later include pip (pip3 for Python 3) by default. But remember to add it to the 'PATH' environment variable before you run it in a command line window (Windows+R).Python Install

C:\Python27\;C:\Python27\Scripts\

Post a Comment for "Installing Pyside - Windows 8"