python - Why does ImageMagick from MacPorts does not work, when imagemagick from Homebrew does -
i have fixed error installing through homebrew
know: why homebrew
work macports
not??
if install imagemagick macports error though can call "convert
" command line:
traceback (most recent call last): file "<stdin>", line 1, in <module> file "/library/python/2.7/site-packages/wand/image.py", line 20, in <module> .api import magickpixelpacket, libc, libmagick, library file "/library/python/2.7/site-packages/wand/api.py", line 205, in <module> 'try install:\n ' + msg) importerror: magickwand shared library not found. had not installed imagemagick library. try install: port install imagemagick
which did!
if install via homebrew
, can no longer use "convert
" command line plays wand
pip
. why that?
Comments
Post a Comment