D:\Shreesha\ALPR-India>python plate.py
Traceback (most recent call last):
File "D:\Shreesha\ALPR-India\darknet.py", line 118, in
raise ValueError("NoDLL")
ValueError: NoDLL
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "plate.py", line 4, in
import darknet
File "D:\Shreesha\ALPR-India\darknet.py", line 128, in
lib = CDLL(winGPUdll, RTLD_GLOBAL)
File "C:\Users\Evilslayer\AppData\Local\Programs\Python\Python37-32\lib\ctypes_init_.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
D:\Shreesha\ALPR-India>python plate.py
Traceback (most recent call last):
File "D:\Shreesha\ALPR-India\darknet.py", line 118, in
raise ValueError("NoDLL")
ValueError: NoDLL
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "plate.py", line 4, in
import darknet
File "D:\Shreesha\ALPR-India\darknet.py", line 128, in
lib = CDLL(winGPUdll, RTLD_GLOBAL)
File "C:\Users\Evilslayer\AppData\Local\Programs\Python\Python37-32\lib\ctypes_init_.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found