Jeff Spaleta wrote:
On Fri, 11 Feb 2005 20:17:27 -0500, Jim Cornette
<fct-cornette@xxxxxxxxxxxxxx> wrote:
This is running on a laptop. It has been awhile since I ran prelink.
Maybe prelink needs to be run after installing new python applications,
I'll give it a try.
Thanks for the idea.
The problem you are seeing is not the same as the report Michal
referenced about python behavior in the development tree. My comment
was in response to Michal's post and the cited bugreport. "Fatal
Python error: could not import gnomevfs" is a specific error message
and if you aren't seeing that message then you have a different
problem.
-jef
I see what you were referring to now regarding the import problem with
python.
yum clean packages
Traceback (most recent call last):
File "/usr/bin/yum", line 6, in ?
import yummain
File "/usr/share/yum-cli/yummain.py", line 23, in ?
import yum
ImportError: No module named yum
and
up2date
Traceback (most recent call last):
File "/usr/sbin/up2date", line 11, in ?
import rpm
ImportError: No module named rpm
I started the rawhide trail anyway. Two versions of gnome-python2 are
installed now. Maybe the reinstalling manually cleared up the "leftover"
portions of of the first python intermingling with the newer version.
gnome-python2-2.6.0-3
gnome-python2-2.9.4-2
rpm -q --verify gnome-python2-2.6.0-3
S.5....T. /usr/lib/pkgconfig/gnome-python-2.0.pc
.......T. /usr/share/pygtk/2.0/defs/applet.defs
.......T. /usr/share/pygtk/2.0/defs/art.defs
.......T. /usr/share/pygtk/2.0/defs/bonobo-types.defs
.......T. /usr/share/pygtk/2.0/defs/bonobo.defs
.......T. /usr/share/pygtk/2.0/defs/bonoboui-types.defs
.......T. /usr/share/pygtk/2.0/defs/bonoboui.defs
S.5....T. /usr/share/pygtk/2.0/defs/canvas.defs
S.5....T. /usr/share/pygtk/2.0/defs/gconf.defs
.......T. /usr/share/pygtk/2.0/defs/gnome-types.defs
S.5....T. /usr/share/pygtk/2.0/defs/gnome.defs
.......T. /usr/share/pygtk/2.0/defs/gtkhtml2.defs
S.5....T. /usr/share/pygtk/2.0/defs/print.defs
.......T. /usr/share/pygtk/2.0/defs/printui.defs
S.5....T. /usr/share/pygtk/2.0/defs/ui.defs
It seems that this error causes a lot of corruption to the rpm database.
A slew of packages were installed, but not the db entries. I'm trying to
save from closing up2date down on a force kill. It seems to cause the
database corruption and makes upgrading pretty difficult.
It looks like 2.9.4-2 is the culpret. Though up2date that was used for
the install is staying at the system-config-printer-gui rpm on the
installation.
Sorry for not niticing the correct person that the post was directed to
for subject matter.
Jim