5 Jul 01:36
Problem with system-config-printer.py
From: Chris Carlson <cwcarlson <at> cox.net>
Subject: Problem with system-config-printer.py
Newsgroups: gmane.linux.redhat.fedora.general
Date: 2008-07-04 23:39:33 GMT
Subject: Problem with system-config-printer.py
Newsgroups: gmane.linux.redhat.fedora.general
Date: 2008-07-04 23:39:33 GMT
Is there some dependency issue here? Has anybody else seen this?
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line
29, in <module>
import gtk.glade
File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line
48, in <module>
from gtk import _gtk
ImportError: /usr/lib/libcairo.so.2: symbol
png_set_expand_gray_1_2_4_to_8, version PNG12_0 not defined in file
libpng12.so.0 with link time reference
Thanks for any help you might have.
Chris
--
--
fedora-list mailing list
fedora-list <at> redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Thank you Michael, I hope you can help me!
Isn't it obvious? You've damaged your installation with a Python 2.4 that
overrides Fedora 9's Python 2.5.x. It's incompatible, incomplete and
hides Python 2.5.x completely as you can see in the strace. Everything
is searched for only in your private /scisoft/... tree instead of
/usr/lib/python2.5/... I guess if you run
which python ; python -V
it doesn't point to Fedora 9's /usr/bin/python
RSS Feed