python中的Vix API

时间:2010-11-25 14:06:13

标签: python vix

我需要使用ctypes模块在ubuntu中导入VIX api libs。 当我这样做时:

 vix = CDLL('libvix.so')

它失败了:“无法打开......”

问题是什么? libvix.so和python模块位于同一目录中

谢谢!

1 个答案:

答案 0 :(得分:0)

如果其余的错误类似于

OSError: libvix.so: cannot open shared object file: No such file or directory

然后您可能需要将libvix.so的位置放在LD_LIBRARY_PATH环境变量中。