-
Installing gnome...
Okay, while I am emerging gnome xscreensaver
I get this
!!! ERROR dev-python/pyopengl-2.0.0.44 failed
then it says that dev-lang/python-2.4.3-r1 does not actually support the tk USE flag!
So, I should just add tk to the USE var in the make.conf, right?
then do I just emerge --resume
or emerge gnome xscreensaver all over again?
Thanks
-
I've had the same problem while installing gnome on my athlon xp... what i did, if i remember correctly was simply "emerge python", wich installed a fresh copy of python with a good configuration, and then simply type "emerge gnome" to resume your gnome installation where you left it!! :)
-
Code:
USE="-tk" emerge -av pyopengl
to emerge pyopengl without tk support
or maybe
Code:
USE="-tk" emerge -av python