On Sun, 2009-10-11 at 07:09 +0200, meino.cra...@gmx.de wrote: > thanks for your post...but it is not clear to me, what it means -- > sorry I am no native english speaker. I did: > > solfire:/home/mccramer>find /usr/lib/python* -type f -name > codegen.py > /usr/lib/python2.4/site-packages/fract4d/codegen.py > /usr/lib/python2.5/site-packages/fract4d/codegen.py > /usr/lib/python2.6/site-packages/gtk-2.0/codegen/codegen.py > > and: > > solfire:/home/mccramer>eselect python show > python2.5 > > (I tried to compile totem with python 2.6 selected before but it fails > with more smoke than with python 2.5...) > > So, what can I learn from this ... :) ???
The first thing is that you have packages installed against multiple versions of python. The usuall thing after a python slot-upgrade is to run python-updater and, when successful, remove the older python. Having said that, your system python is python 2.5, but pygobject is installed against python 2.6. You can't have that. System packages have to be installed against the same python slot.