I am using python 3.7.5 with vscode ,when I write pyzbar scripts ,an error occured,which is mentioned below
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
plz help
pyzbar gives below error
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
New contributor
maryam gul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.