It means that python is looking for a code module named nrf24.py, and it can not find it. So, either you don't have it, or you put it in the wrong place.
--- Graham == On Saturday, November 4, 2017 at 4:14:53 PM UTC-5, [email protected] wrote: > > I get this error, any idea? thanks. > > root@beaglebone:~# python send.py > Traceback (most recent call last): > File "send.py", line 9, in <module> > from nrf24 import NRF24 > ImportError: No module named nrf24 > > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/e9c0db22-ddc4-451c-9eed-431c695c2885%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
