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 *