[Distutils] Packaging shared objects with setuptools
Mario Pezzoni
pezzoni.mario at gmail.com
Fri Oct 30 12:47:20 EDT 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20151030/9e7c32f9/attachment.html>
More information about the Distutils-SIG
mailing list