Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\esama\Desktop\nfc>python cast_handler.py
- Traceback (most recent call last):
- File "cast_handler.py", line 16, in <module>
- import nfc_handler
- File "C:\Users\esama\Desktop\nfc\nfc_handler.py", line 4, in <module>
- import nfc
- File "C:\Users\esama\AppData\Local\Programs\Python\Python38-32\lib\site-packages\nfc\__init__.py", line 22, in <module>
- from . import clf # noqa: F401
- File "C:\Users\esama\AppData\Local\Programs\Python\Python38-32\lib\site-packages\nfc\clf\__init__.py", line 25, in <module>
- from . import device
- File "C:\Users\esama\AppData\Local\Programs\Python\Python38-32\lib\site-packages\nfc\clf\device.py", line 32, in <module>
- from . import transport
- File "C:\Users\esama\AppData\Local\Programs\Python\Python38-32\lib\site-packages\nfc\clf\transport.py", line 31, in <module>
- import usb1 as libusb
- File "C:\Users\esama\AppData\Local\Programs\Python\Python38-32\lib\site-packages\usb1\__init__.py", line 61, in <module>
- from . import libusb1
- File "C:\Users\esama\AppData\Local\Programs\Python\Python38-32\lib\site-packages\usb1\libusb1.py", line 192, in <module>
- libusb = _loadLibrary()
- File "C:\Users\esama\AppData\Local\Programs\Python\Python38-32\lib\site-packages\usb1\libusb1.py", line 166, in _loadLibrary
- return dll_loader('libusb-1.0' + suffix, **loader_kw)
- File "C:\Users\esama\AppData\Local\Programs\Python\Python38-32\lib\ctypes\__init__.py", line 373, in __init__
- self._handle = _dlopen(self._name, mode)
- FileNotFoundError: Could not find module 'libusb-1.0.dll'. Try using the full path with constructor syntax.
Advertisement
Add Comment
Please, Sign In to add comment