Python doesn't find MagickWand Libraries (despite correct location?)

I solved my own problem after THINKING about it ;)

I had the 32bit version of Python and the 64bit version of ImageMagick... after uninstalling ImageMagick and installing the 32bit version everything is fine.

Maybe this helps someone who runs into the same problem and comes here via Google ^^


Had a similar problem, checked that correct architecture was installed matching python 3.x and it still didnt work. I was able to get it to work by using a few steps and I thought I'd post it here consolidated in case anyone had similar problems.

A few sources said that Image Magick 7.x is not compatible with magick Wand so make sure you're using 6.x. Additionally, "static" suffix versions do not work. The one that finally worked for me was "ImageMagick-6.9.8-10-Q8-x64-dll.exe"