nfc.py missing

Asked by Heinz Mustermann

Hello!

i recently installed Python 2.7 on my windows 7 64bit system. i got an ACR122 and a Nexus S 2.3.3 Android Smartphone.
I tried to create a tool in java, which should be able to receive/send ndef tags, but i failed. so i looked a little bit deeper and found your nfcpy project. At first: thanks for your work :).

So i installed python PYUSB 1.0.0a1 and LibUsb32 1.2.x. I registered my ACR122 in LibUSB. The next step i did, was to create a test.py file with your tutorial in it.

But i received an error: Import error: No module named NFC.

Could you help me with that? did i forget to install a packege?

Question information

Language:
English Edit question
Status:
Answered
For:
nfcpy Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Stephen Tiedemann (stephen-tiedemann) said :
#1

You need to download nfcpy and you'll need Bazaar to do that. (http://wiki.bazaar.canonical.com/WindowsDownloads, or "sudo apt-get install bzr"). Then you can make a local branch of nfcpy with BazzarExplorer on Windows or "bzr branch lp:nfcpy" on Linux). Then I'd recommend to look at examples/tagtool.py - that is able to read and write NFC Forum Tags.

Can you help with this problem?

Provide an answer of your own, or ask Heinz Mustermann for more information if necessary.

To post a message you must log in.