SV: Cannot get PythonMagick to work
Carsten Gehling
carsten at gehling.dk
Wed May 14 02:53:22 EDT 2003
> Fra: python-list-admin at python.org
> [mailto:python-list-admin at python.org]På vegne af Achim Domma
> Sendt: 14. maj 2003 08:14
> Please copy libboost_python.so to /usr/lib (or whatever folder is
> appropriate on your system) and try again. Let me know if it does
> not work.
Well it worked so far as to removing the libboost error (thanks for that!
:-)
However, I'm now faced with another error when running the example:
[root at netlag02 examples]# /usr/local/python22/bin/python animate1.py
Traceback (most recent call last):
File "animate1.py", line 1, in ?
from PythonMagick import *
File
"/usr/local/python22/lib/python2.2/site-packages/PythonMagick/__init__.py",
line 1, in ?
from _PythonMagick import *
ImportError: /usr/local/python22/lib/python2.2/lib-dynload/_PythonMagick.so:
undefined symbol: gzerror
I get no compiler errors when making PythonMagick (or GraphicsMagick), so
what can be wrong?
- Carsten
More information about the Python-list
mailing list