I am using Python 2.6 (x86) and tried to install the ZBar module.
I downloaded the current version of ZBar (Win32-Installer): http://zbar.sourceforge.net/download.html
and the current version of the module on PyPi: http://pypi.python.org/pypi/zbar
ZBar (prompt and webcam) works fine but as soon as I try to import zbar in Python, the following error raises:
import zbar
ImportError: DLL load failed
This happens when I try it with the binary windows installer of the module but I also tried using the setup.py
which always exits with:
running install
running build
running build_ext
building 'zbar' extension
error: None
Thank you, Michael
EDIT: I also tried to troubleshoot the Lib/site-packages/zbar.pyd
with Dependency Walker and it raised libzbar-0.dll
and python26.dll
to be missing.