Re: [pypy-dev] PyBaseExceptionObject has no member named ‘args’

2017-08-29 Thread Maciej Fijalkowski
Hi Stuart. PyCairo should not abuse the API by directly accessing members of structures, this is not supported on pypy Cheers, fijal On Tue, Aug 15, 2017 at 12:57 AM, Stuart Axon via pypy-dev wrote: > Found this trying to compile pycairo, is it worth opening a bug about? (I > realise there is C

[pypy-dev] PyBaseExceptionObject has no member named ‘args’

2017-08-14 Thread Stuart Axon via pypy-dev
Found this trying to compile pycairo, is it worth opening a bug about? (I realise there is CairoCFFI, but they don't have feature parity - OTOH, CFFI probably is the way to go eventually). $ python setup.py install running install running build running build_py creating build creating build/li