I installed Imagemagic (both 32 and 64 bits versions were tried) and then used pip to install wand, I also set the Magick_Home env. variable to imagemagic address but when I
I have found a solution. The problem is:
Wand try to find a file like that: libMagickWand.dylib in /usr/local/lib/
But if you install ImageMagick with Homebrew, the file generated is libMagickWand-6.Q16.dylib And Wand never find it.
So, you have 2 solutions:
I have installed the ImageMagick for The Capitan from: http://cactuslab.com/assets/installers/ImageMagick-6.9.1-0.pkg.zip and I declare:
export MAGICK_HOME=/opt/ImageMagick