pyside

http://qt-project.org/wiki/PySide

version 1.2.2

License: LGPL 2

Build your own version

We use and unmodified version of PySide that is compiled form the sources. We have installed all the needed dependencies as described in the project and use the standard script that follows the source distribution found at https://pypi.python.org/pypi/PySide/. The only difference is that we compile against our own version of Python.

Release version that follows the binary DG3 distribution

e:
cd \Projects\PySide\PySide-1.2.2
e:\Projects\DENext\DataEase4Web\Release\python.exe setup.py build --qmake=E:\Projects\QT\QT485\bin\qmake.exe --openssl=E:\Projects\OpenSSL-Win32\bin

Debug version that is used in the developer version

e:
cd \Projects\PySide\PySide-1.2.2
e:\Projects\DENext\DataEase4Web\Debug\python_d.exe setup.py build --debug --qmake=E:\Projects\QT\QT485\bin\qmake.exe --openssl=E:\Projects\OpenSSL-Win32\bin