Im trying to install mousejack on my crazyradio pa using the latest version of Ubuntu but when i run the 'make install' command i get the following error-
./prog/usb-flasher/usb-flash.py bin/dongle.bin
Traceback (most recent call last):
File "./prog/usb-flasher/usb-flash.py", line 20, in
import usb, time, sys, array, logging
ImportError: No module named usb
make: *** [Makefile:27: install] Error 1
ive properly followed all other steps without error so im not sure why this is happening.
Im trying to install mousejack on my crazyradio pa using the latest version of Ubuntu but when i run the 'make install' command i get the following error-
./prog/usb-flasher/usb-flash.py bin/dongle.bin Traceback (most recent call last): File "./prog/usb-flasher/usb-flash.py", line 20, in
import usb, time, sys, array, logging
ImportError: No module named usb
make: *** [Makefile:27: install] Error 1
ive properly followed all other steps without error so im not sure why this is happening.