Error Installing PythonMagick Under OSX Lion

2019-09-03 09:33发布

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条回答
甜甜的少女心
2楼-- · 2019-09-03 10:07

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.

查看更多
登录 后发表回答