Hello,

I am wrapping a c++ library with cython. I compile the pyxs and the c++
code with cmake using the cython-cmake-example.
If I import the package from the build directory it works flawlessly, if I
install through "python setup.py install" into a virtual environment it
breaks because the shared objects are not installed (but all the pure .py
modules are installed).

How do I tell setuptools to install the shared objects?

Mario
_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to