It does not compile on OSX 10.6.8 / Py 2.7.9 32-bit only
It tries to compile AVKit which is not available on 10.6.
The file pyobjc-framework-AVKit/setup.py needs the following line in setup()
min_os_level="10.9",
-karsten
On 27.07.2014, at 11:00, Ronald Oussoren wrote:
> Hi,
>
> I
Hi,
I’ve just pushed PyObjC 3.0.1 to PyPI. This is a major update to the previously
uploaded release and contains a rewrite of the core bridge itself. All tests
pass without problems, but there could still be problems.
With this update the bridge is a lot lazier about when to add methods to t