pgmagick install fails in PyCharm Windows 8
I'm trying to install pgmagick. This module depends on imagemagick which I installed to my windows machine but Pycharm can't seem to find it:
Collecting pgmagick
Using cached pgmagick-0.5.11.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "C:\Users\J....\pycharm-packaging0.tmp\pgmagick\setup.py", line 76, in <module>
raise Exception("Magick++ not found")
Exception: Magick++ not found
Any recommendations/suggestions how to fix this?
Thanks!
Collecting pgmagick
Using cached pgmagick-0.5.11.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "C:\Users\J....\pycharm-packaging0.tmp\pgmagick\setup.py", line 76, in <module>
raise Exception("Magick++ not found")
Exception: Magick++ not found
Any recommendations/suggestions how to fix this?
Thanks!
Please sign in to leave a comment.