libphidget22.so.0.0.0: cannot open shared object file
Posted: Mon Mar 25, 2019 9:27 am
Hi,
I'm running python2.7 code with phidget. I'm not sure if libphidget22 is installed properlly.
By running the code, it gives me the following error:
But I can confirm in python code import phidget lib doesn't give me any error.
Thank you for any suggestions.
I'm running python2.7 code with phidget. I'm not sure if libphidget22 is installed properlly.
By running the code, it gives me the following error:
Code: Select all
OSError: libphidget22.so.0: cannot open shared object file: No such file or directory
Exception OSError: OSError('libphidget22.so.0: cannot open shared object file: No such file or directory',) in <bound method VoltageInput.__del__ of <Phidget22.Devices.VoltageInput.VoltageInput instance at 0x7f8b6de64560>> ignored
Code: Select all
from Phidget22.Phidget import *