xantares / nfc-bindings

scripting language bindings for libnfc
BSD 3-Clause "New" or "Revised" License
23 stars 9 forks source link

ModuleNotFoundError: No module named 'nfc' #16

Closed k4linx closed 2 years ago

k4linx commented 2 years ago

Hi

I cannot execute the quick_start_example. Here's what i get:

Traceback (most recent call last): File "/home/pi/nfc-bindings/python/examples/quick_start_example.py", line 8, in <module> import nfc ModuleNotFoundError: No module named 'nfc'

I hope anybody can help me thanks

Regards

k4linx

xantares commented 2 years ago

was the compilation successful ? where did you install it ? any logs ?

k4linx commented 2 years ago

Sorry false alarm. A reboot did the thing