Python doesn't find MagickWand Libraries (despite correct location?)
I wanted to install the Python ImageMagick API wand and followed this site: http://docs.wand-py.org/en/latest/guide/install.html#install-imagemagick-on-windows However, when running a very simple test: from wand.image import Image I get the following output: Traceback (most recent call last): File "F:\PATHTO\Python34\lib\site-packages\wand\api.py", line 137, in libraries = load_library() File "F:\PATHTO\Python34\lib\site-packages\wand\api.py", line 107, in load_library raise IOError('cannot find library; tried paths: ' + repr(tried_paths)) OSError: cannot find library; tried paths: ['F:\PATHTO