I need to import VIX api libs in ubuntu using ctypes module. When I do:
vix = CDLL('libvix.so')
It fails: "cannot open..."
what´s the problem??? libvix.so and python module are in the same directory
thanks!!
I need to import VIX api libs in ubuntu using ctypes module. When I do:
vix = CDLL('libvix.so')
It fails: "cannot open..."
what´s the problem??? libvix.so and python module are in the same directory
thanks!!
Copyright © 2021 Jogjafile Inc.
If the rest of the error is something like
Then you probably need to put the location of the libvix.so in the LD_LIBRARY_PATH environment variable.