Phoenix icon indicating copy to clipboard operation
Phoenix copied to clipboard

nanosvg needs recompiling with newer Cython

Open bje- opened this issue 1 year ago • 2 comments
trafficstars

Newer versions of Cython include code to handle a C API change in Python 3.13. I tried doing this myself, but ran into a lot of bother.

bje- avatar Jun 22 '24 07:06 bje-

I should add that with this one fix (I hacked the generated file as a workaround), wxPython compiles fine for Python 3.13.

bje- avatar Jun 22 '24 07:06 bje-

I was able to get Cython working.

bje- avatar Jun 22 '24 09:06 bje-

Fixed by #2573.

swt2c avatar Jul 09 '24 02:07 swt2c