SV: Cannot get PythonMagick to work
Carsten Gehling
carsten at gehling.dk
Wed May 14 14:35:37 EDT 2003
> -----Oprindelig meddelelse-----
> Fra: python-list-admin at python.org
> [mailto:python-list-admin at python.org]På vegne af Jacob Smullyan
> Some distributions don't have /usr/local/lib in /etc/ld.so.conf. If
> you are using such a distribution, you can add /usr/local/lib to
> /etc/ld.so.conf and run ldconfig. (Or you may prefer to run ldconfig
> directly on /usr/local/lib, or your distribution may have a different
> way of managing things. On Gentoo, for instance, read man env-update.)
If you read my latest post, you'll know, that I'm past this problem. i now
face another error, when doing "import PythonMagick":
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