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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -