Search found 2 matches
- 2017-10-27T10:51:28-07:00
- Forum: Users
- Topic: installation
- Replies: 9
- Views: 8851
Re: installation
Yes I did. I used the absolute path that points to magick that I'm using. Got no luck still on setting env var for python subprocess, so now I'm trying to build ImageMagick from source and package it.
- 2017-10-26T23:49:59-07:00
- Forum: Users
- Topic: installation
- Replies: 9
- Views: 8851
Re: installation
Hi all, I've successfully installed ImageMagick 7.0.7 on MacOS Sierra 10.12.6 and have the environment variables set. Currently I'm able to run magick command correctly in terminal directly , but when I run the exact same command from python (using subprocess.Popen().communicate()), I got the exact ...