Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ctypesモジュールを使用してubuntuにVIXapilibをインポートする必要があります。私がする時:
vix = CDLL('libvix.so')
失敗します:「開くことができません...」
どうしたの???libvix.soとpythonモジュールは同じディレクトリにあります
ありがとう!!
エラーの残りの部分が次のようなものである場合
OSError: libvix.so: cannot open shared object file: No such file or directory
次に、libvix.soの場所をLD_LIBRARY_PATH環境変数に入れる必要があります。