Hi Robert, 2013/10/24 Robert Schilling <[email protected]>
> Hi, > > How to create the wheel packages for python which are provided at > http://download.qt-project.org/official_releases/pyside/ > install the wheel package: $ pip install wheel then you can build the wheel via: $ python setup.py bdist_wheel ... I use the following command on my windows system to build the wheel distribution: $ c:\Python27\python.exe setup.py bdist_wheel --qmake=c:\Qt\qt-4.8.5-msvc2008-x32\bin\qmake.exe --openssl=c:\Libs\OpenSSL32bit\bin Regards -Roman > > Thanks Robert > > _______________________________________________ > PySide mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/pyside > >
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
