Guest User

Untitled

a guest
Jun 7th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. shashank@Shashank-PC:~/Desktop/GSoC/Untitled Folder/HDMI2USB-mode-switch-cleanup$ make test
  2. python -m "hdmi2usb.modeswitch.tests"
  3. Traceback (most recent call last):
  4. File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  5. "__main__", fname, loader, pkg_name)
  6. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  7. exec code in run_globals
  8. File "/home/shashank/Desktop/GSoC/Untitled Folder/HDMI2USB-mode-switch-cleanup/hdmi2usb/modeswitch/tests.py", line 8, in <module>
  9. from . import libusb
  10. File "hdmi2usb/modeswitch/libusb.py", line 11, in <module>
  11. import usb
  12. ImportError: No module named usb
  13. Makefile:64: recipe for target 'test' failed
  14. make: *** [test] Error 1
Add Comment
Please, Sign In to add comment