Error Installing PythonMagick Under OSX Lion

802 Views Asked by At

Has anyone here on StackOverflow been able to get PythonMagick successfully installed on a Mac computer running Lion? I've downloaded the PythonMagick source and installed all of the dependencies specified. However, when I run "./configure", "make" and "make install" it exits with an "error 1". Any help would be greatly appreciated.

thank you,

L.

1

There are 1 best solutions below

0
On

To answer your question: yes, people have been able to get PythonMagick to work.

You'll need to include more information about the error for us to help you.

One common issue is failing to install ImageMagick.

Another is modifying the __init__.py seems to be a somewhat common problem.