i@raspberrypi ~/nfc_madness/nfc-bindings/python/examples $ python quick_start_example.py
Traceback (most recent call last):
File "quick_start_example.py", line 7, in
import nfc
File "/home/pi/nfc_madness/nfc-bindings/python/examples/nfc.py", line 30, in
_nfc = swig_import_helper()
File "/home/pi/nfc_madness/nfc-bindings/python/examples/nfc.py", line 22, in swig_import_helper
import _nfc
ImportError: No module named _nfc
i@raspberrypi ~/nfc_madness/nfc-bindings/python/examples $ python quick_start_example.py Traceback (most recent call last): File "quick_start_example.py", line 7, in
import nfc
File "/home/pi/nfc_madness/nfc-bindings/python/examples/nfc.py", line 30, in
_nfc = swig_import_helper()
File "/home/pi/nfc_madness/nfc-bindings/python/examples/nfc.py", line 22, in swig_import_helper
import _nfc
ImportError: No module named _nfc
I am getting this while running examples...