background preloader

PySide (QT)

Facebook Twitter

NINJA IDE | Ninja-ide Is Not Just Another IDE. Spyderlib - Spyder is the Scientific PYthon Development EnviRonment. Python IDE & Django IDE for Web developers : JetBrains PyCharm. Building_PySide_on_Windows. French Prerequisites MS Visual Studio Express 2008 : To build 64 bit packages with Visual Studio Express 2008 please see : Visual Studio Express 2010 is not supported CMake Git Python 2.6, 2.7 or 3.2 “OpenSSL” (optional): : Be sure that git.exe and cmake.exe are all in your PATH . Building PySide installer Open “Visual Studio Command Prompt”: c : \ > c : \ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2008 \Visual Studio Tools\Visual Studio 2008 Command Prompt. lnk Clone ``PySide`` from git repository: c : \ > git clone https : //github.com/PySide/pyside-setup.git pyside-setup Switch to the ``pyside-setup`` directory: Build ``PySide`` windows installer: c : \ > c : \Python32\python setup. py bdist_wininst -- qmake = c : \ Qt \4.7.4\bin\qmake. exe -- openssl = c : \OpenSSL32bit\bin Categories:

Building_PySide_on_Linux. English French [qt-devnet.developpez.com] PySide uses CMake’s system to build the source code packages. You can familiarize yourself with CMake at PySide_CMake_Primer. The Easy Way There is now a “BuildScripts” repository available on GitHub: With this repository, you can automate the build steps outlined in this Wiki page. It also takes care of installing the correct prerequisite packages for your distribution (i.e. use sudo . Prerequisites CMake >= 2.6.0 Qt libraries and development headers >= 4.6 (preferably the latest stable release) libxml2 and development headers >= 2.6.32 (for apiextractor only) libxslt and development headers >= 1.1.19 (for apiextractor only) Python libraries and development headers >= 2.5 (for shiboken and pyside) Overview PySide consists of a chain of four interdependent packages: The API Extractor library is used by the bindings generator to parse the header and typesystem files to create an internal representation of the API.

. #! PySideDocumentation. PySide – Python for Qt. PySide_Binaries_Linux. English French [qt-devnet.developpez.com] If your distributions is not listed here, check out Building PySide on Linux for how to build PySide yourself from source. You might also want to build from source if the packages in your distribution are outdated.

Ubuntu Maintainer: Didier Raboud (OdyX) This is the easiest way to get PySide installed on your Ubuntu system. Didier, together with the PySide core dev team, maintains a PPA repository for Ubuntu. Pyside is in the official Ubuntu repos for precise (12.04) onward. Sudo apt-get install python3-pyside For older releases, you need the ppa: sudo add-apt-repository ppa:pysidesudo apt-get update To install all the modules: sudo apt-get install python-pyside If you need just one module (e.g. Sudo apt-get install python-pyside.qtgui If you want to use PySide with Python3.x, replace by So to install all the PySide modules : Debian apt-get install python-pyside Alternatively, you can install PySide module packages individually, e.g.

Fedora openSUSE Git clone: