Hi, Win10, Anaconda dist Python 2.7, x64 I installed zbar from the PyPi site usingpip install zbar in a conda shell on Windows 10. As far as conda is concerned zbar is installed but whenever I try to import zbar I get the following error.... import zbar ImportError: DLL load failed: The specified module could not be found. The distribution folder exists in the Anaconda site packages folder but the zbar folder itself does not. I have also tried to use pyzbar which throws some really strange runtime...