[PySide] PySide 1.2.2 OS/X wheels for intel

Christian Tismer tismer at stackless.com
Wed Jun 18 21:06:06 CEST 2014


On 28.04.14 22:18, Christian Tismer wrote:
> Hi,
>
> Wheels and eggs for python 2.6 2.7 3.3 3.4
> compiled for OS/X 10.6 10.7 10.8 10.9 are built and uploaded.
>

We got noticed that the existing wheels don't work with the
CPython installer. We now build the 10.6 version of PySide
against an universal build, like you would download from python.org .

Example:

PySide-1.2.2-cp34-cp34m-macosx_10_6_x86_64.whl

did not install with python.org's binary, but the new

PySide-1.2.2-cp34-cp34m-macosx_10_6_intel.whl

works with it.

Now you can download Python from python.org, install pip
and do
```
pip install pyside
pyside_postinstall.py -install
```

-- 
Christian Tismer             :^)   tismer at stackless.com
Software Consulting          :     http://www.stackless.com/
Karl-Liebknecht-Str. 121     :     http://www.pydica.net/
14482 Potsdam                :     GPG key -> 0xFB7BEE0E
phone +49 173 24 18 776  fax +49 (30) 700143-0023




More information about the PySide mailing list