English 中文(简体)
Boost.python libboost_python.so.1.41.0:不能公开共有物体档案
原标题:Boost.python failed with libboost_python.so.1.41.0: cannot open shared object file

我已经安装了布埃斯特。 粉碎。 在拘留期间没有偷盗,但我有问题。 当我试图建设我的项目时,是科索沃,但在我管理我的总结项目时,有一处错误:

import wrraped_project
ImportError: libboost_python.so.1.41.0: cannot open shared object file: No such file or directory

我试图复制该项目,以利比奥斯特_python.so.1.41.0也是该项目的校准。 但是,我每次都发生重大错误。

最佳回答

<代码> LD_LIBRaire_PATH。

如果这无帮助,如果档案名称正确,就会进行检查,如果情况不同,则会形成一种连接。

问题回答

你能给我们你/用户/校准目录的相关内容? 我把你推回了赖恩,正确吗? 并且你安装了“博恩”。 是否与一揽子管理人员接触?





相关问题
building boost python examples using Visual Studio 2008

I m using Boost Python library to create python extensions to my C++ code. I d like to be able to invoke from python the greet function from the C++ code shown below: #include <boost/python/...

exposing std::vector<double> with boost.python

I have written some C++ code that generates a std::vector. I also have a python script that manipulates some data that, for now, I am declaring like this (below). import numpy x = numpy.random....

Python, Threads, the GIL, and C++

Is there some way to make boost::python control the Python GIL for every interaction with python? I am writing a project with boost::python. I am trying to write a C++ wrapper for an external ...

Operator= in Boost::Python

If I have something like the following class class Foo { private: int _bar; public: Foo& operator=( const Foo& other ) { _bar = other._bar; return *this; } } ...

Boost.Python: Defining a constructor outside a class

Given a class: class TCurrency { TCurrency(); TCurrency(long); TCurrency(const std::string); ... }; Wrapped with Boost.Python: class_<TCurrency>( "TCurrency" ) .def( init&...

Problem installing Shoutpy + Boost.python on opensolaris

Im trying to install shoutpy on opensolaris 2009.6. It relies on boost.python. i ve installed the boost_devel libraries from blastwave and linked /opt/csw/include/boost to /usr/include/boost . But ...

热门标签