Hi jdecoux, thank you so much for your help! The error handling page helps me fixed the errors. Cheers! It looks like you're using Python, so you can put a try-except clause around your open call to get the error and description. You can look at our page about handling errors for more informaiton, a...
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: OSError: libphidget22.so.0: cannot open shared object file: No such file or directory Exception OSError: OSError('libphidget22.so.0: cannot open sha...
Hi there, I have this code run on my Linux machine. It's running before I did something to the usb settings. (I'm not sure if I changed anything but I suppose this is the reason why it's not running now). Here's the code: ch00.setDeviceSerialNumber(serialNumber) ch00.setChannel(0) ch00.setOnAttachHa...
I downloaded and unziped the Python module. There are a setup.py file and a folder called Phidget22. Where should I put these files or what should I do to actually install the python module?
Sorry, it's a really dummy question. Please help. Thanks!
I might actually know what's my problem.
I successfully intalled the Linux lib, but I didn't install the Python module. That's why I can't find the module when running my code. Hope this helps people who meet the same problem as mine.
Hi there, I'm having trouble installing the libphidget22. It's not my first time install this lib on the Linux machine. However, it's my first time install on a Debian Jessie machine which doesn't have GUI. I followed the steps here: https://www.phidgets.com/docs/OS_-_Linux#Quick_Downloads I always ...
Hi there, I'm using interface kit 1019 and the motion sensor 1111. I just tested the sensor. It is likely that when there's nothing move in the field, the analog output would be 2.5v. When something was moving in the field, the output voltage would change. The problem is that I can't find the rule a...