Hi,

Thank you Matthew and Petr - you pointed in the right direction.
The 2016-dicussion and Petr's explanation made it clear what the problem was.

Petr Viktorin:
> Does Racket's ffilib support RTLD_GLOBAL?

Yes. All I had to do was to change  (ffi-lib path-to-libpython) 
into (ffi-lib path-to-libpython #:global? #t).

Thanks again - it was not at all obvious to me what was going wrong.

/Jens Axel
_______________________________________________
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com

Reply via email to