PythonMagick compilation problem

Juho Saarikko sorry at but.no.spam
Wed Jun 2 10:21:55 EDT 2004


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 ?



More information about the Python-list mailing list