Building PySide on Windows: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(update links)
(Rename category "LanguageBindings::PySide" -> "PySide")
Line 1: Line 1:




[[Category:LanguageBindings::PySide]]
[[Category:PySide]]


'''English''' [http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=windows#IV French]
'''English''' [http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=windows#IV French]

Revision as of 03:29, 5 June 2016


English French

Building PySide on Microsoft Windows

Prerequisites

NOTE: Be sure that cmake.exe is in your PATH.

Building PySide installer

  • Extract the source distribution and switch to the PySide-1.2.4 directory:
 c:gt; cd PySide-1.2.4
  • Build PySide windows installer:
 c:gt; c:27\python setup.py bdist_wininst qmake=c:.8.5\bin\qmake.exe openssl=c:32bit\bin
  • After the successful build, the binaries can be found in sub-folder "dist":

c:-setup\dist