MFRC522-python icon indicating copy to clipboard operation
MFRC522-python copied to clipboard

Read.py Error

Open JoshuaFurman opened this issue 6 years ago • 2 comments

I've followed this tutorial (https://www.piddlerintheroot.com/rfid-rc522-raspberry-pi/) to the T, and I keep getting the error " Traceback (most recent call last): File "Read.py", line 41, in MIFAREReader = MFRC522.MFRC522() File "/home/pi/MFRC522-python/MFRC522.py", line 131, in init spi.openSPI(device=dev,speed=spd) AttributeError: 'module' object has no attribute 'openSPI' " whenever I try to run the Read.py file. Any help?

JoshuaFurman avatar Jul 27 '18 19:07 JoshuaFurman

Hey, this trick fixed it for me: https://stackoverflow.com/a/55024642

huhn511 avatar Mar 24 '19 09:03 huhn511

@huhn511 I have the same problem as @JoshuaFurman and that didn't fix it for me. @JoshuaFurman I feel the frustration and and will get back to you when I get more news.

MilesWK avatar Mar 09 '23 22:03 MilesWK