On Tue, 8 Jul 2008 12:02:29 -0300, Germán Racca wrote:

> Here are the results:
> 
> [EMAIL PROTECTED] ~]$ rpm -V pygtk2-libglade libglade2
> prelink: /usr/lib/libglade-2.0.so.0.0.7: at least one of file's
> dependencies has changed since prelinking
> S.?.....    /usr/lib/libglade-2.0.so.0.0.7

That is a command you should run as "root". It's not the cause
of your problems, however, because:

> open("/scisoft/lib/python2.4/site-packages/gtk-2.0/gtk/_gtk.so", O_RDONLY) = 5

> But I don't understand what does it means :-(
> 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

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Reply via email to