[PySide] Create wheel packages

Roman Lacko backup.rlacko at gmail.com
Thu Oct 24 16:31:15 CEST 2013


Hi Robert,

2013/10/24 Robert Schilling <Fun_Extra_300 at gmx.net>

> 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
> PySide at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/pyside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20131024/35417da5/attachment.html>


More information about the PySide mailing list