pbernasconi / pi-lock

A RFID solution for Access Control and Management
pi-lock.com
97 stars 29 forks source link

RPIO Problems #2

Open AndGorew opened 9 years ago

AndGorew commented 9 years ago

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 9 years ago

@AndGorew you're probably missing the RPIO module. Here's the link to install it http://pythonhosted.org/RPIO/#installation

AndGorew commented 9 years ago

@pbernasconi Sorry forgot to mention I already installed the RPIO module.