AdamLaurie / RFIDIOt

python RFID / NFC library & tools
http://www.rfidiot.org/
1.04k stars 224 forks source link

Windows compatibility? #39

Open loadko opened 5 years ago

loadko commented 5 years ago

After installing the library I try to run pn532emulate.py but I get: ImportError: No module named Crypto.Hash

I have installed pycrypto but then I seen that is DEPRECATED. Also I have seen this: https://www.daniweb.com/programming/software-development/threads/476126/importerror-no-module-named-crypto-cipher

Is this lib compatible with Windows or I have to run in Linux OS?