I have already installed Boost.Python. There was no erros during installation, but I have a problem. When I try to create my project, everything happens fine, but when I start my wrapped project, an error occurs:
import wrraped_project ImportError: libboost_python.so.1.41.0: cannot open shared object file: No such file or directory
I tried to copy the project in libboost_python.so.1.41.0 and lib into the project, etc. But every time I have a sme error.
source share