krs1w

Results 2 comments of krs1w

> > The problem actually is the Numpy exports get optimized out during linking. Adding `-Wl,-force_load,libnumpy.a` to the binary linking with Kivy solved it for me. > > I'm also...

> Thanks @kowaalczyk for the detailed info. This should help to investigate the issue further. > > I don't think that simply wrapping the breaking call with a `hasattr` function...