RPIO Problems
Opened this issue · 2 comments
AndGorew commented
I'm not sure if I'm just tired and im overlooking something obvious but when i try to execute "readRFID.py" I always get the same error no matter what. "NameError: name 'RPIO' is not defined"
Have any suggestions on what im doing wrong? The code is all stock except for I fixed the PiLock.configuration error in all of the scripts in /classes.
pbernasconi commented
@AndGorew you're probably missing the RPIO module. Here's the link to install it http://pythonhosted.org/RPIO/#installation
AndGorew commented
@pbernasconi Sorry forgot to mention I already installed the RPIO module.