PythonMagick compilation problem

J

Juho Saarikko

Has anyone succesfully compiled the PythonMagick 0.5 ? It seems
impossible to get compiled succesfully against either ImageMagick 5.5.7-20
or GraphicsMagick 1.1.1. I get the following error when trying to import
it in programs:

Traceback (most recent call last):
File "./image.py", line 4, in ?
import PythonMagick
File "/usr/local/lib/python2.3/site-packages/PythonMagick/__init__.py", line 9, in ?
from _PythonMagick import *
ImportError: No module named _PythonMagick

And sure enough, the _PythonMagick.so -file is nowhere to be found.
However, there is a directory of such name, with a large number of .o
files there, which could presumably be used to create the library, if I
knew how.

Or, alternatively, does anyone knwo any other interface to ImageMagick
from Python ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top