Python: pyximporting a pyx that depends on a native library

Posted by Will on Stack Overflow See other posts from Stack Overflow or by Will
Published on 2010-04-29T23:28:28Z Indexed on 2010/04/30 5:27 UTC
Read the original article Hit count: 195

Filed under:
|

My pyx depends upon a native library

How can I pyximport.install() it? The auto-build in pyxinstall doesn't know to link with the native library, so the build fails...

© Stack Overflow or respective owner

Related posts about python

Related posts about cython