interfaceKit
Posted: Mon Jul 24, 2017 10:20 pm
Need for help!
Description:
I'm trying to get a voltage signal of a RH sensor from a phidget 1018 board by using the statement interfaceKit.getSensorValue(), but the IDLE says "NameError: name 'interfaceKit' is not defined". I did install phidget22 library manually. So I thought the reason was I don't have interfaceKit module. As I call "from Phidgets.Devices.InterfaceKit import *" at the beginning of the code, IDLE said "ModuleNotFoundError: No module named 'Phidget22.Devices.InterfaceKit'". However, I can't find any installable library of the interfaceKit.
So my question is: Am I going to a wrong direction? Or there is something wrong with my library? Please help. Thank you very much!
Description:
I'm trying to get a voltage signal of a RH sensor from a phidget 1018 board by using the statement interfaceKit.getSensorValue(), but the IDLE says "NameError: name 'interfaceKit' is not defined". I did install phidget22 library manually. So I thought the reason was I don't have interfaceKit module. As I call "from Phidgets.Devices.InterfaceKit import *" at the beginning of the code, IDLE said "ModuleNotFoundError: No module named 'Phidget22.Devices.InterfaceKit'". However, I can't find any installable library of the interfaceKit.
So my question is: Am I going to a wrong direction? Or there is something wrong with my library? Please help. Thank you very much!