On Wednesday, 11 December 2013 at 11:41:11 UTC, Chris wrote:
On Wednesday, 11 December 2013 at 05:30:49 UTC, CJS wrote:
I'd like to use cython to wrap a D library. It's possible to do this with a statically compiled C library, but it fails when I try with a statically compiled D library. Any suggestions on how to do this successfully?

Have you had a look at this:

http://pyd.dsource.org/
https://github.com/dansanduleac/pyd

both of those are out of date, this is where development is now: https://bitbucket.org/ariovistus/pyd

Reply via email to