Page 1 of 1

libphidget22.so.0.0.0: cannot open shared object file

Posted: Mon Mar 25, 2019 9:27 am
by Kyle
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:

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
But I can confirm in python code import phidget lib doesn't give me any error.

Code: Select all

from Phidget22.Phidget import *
Thank you for any suggestions.