If anybody could help I would appreciate it:
Code: Select all
sam@cant_touch_this ~ $ exaile
Traceback (most recent call last):
File "/usr/lib64/exaile/exaile.py", line 32, in <module>
import gobject
ImportError: No module named gobject
Code: Select all
sam@cant_touch_this ~ $ exaile
Traceback (most recent call last):
File "/usr/lib64/exaile/exaile.py", line 32, in <module>
import gobject
ImportError: No module named gobject
Tried that, still same error - very frustrating. Anyone think of something else to try? Thanks in advance.shmu wrote:fixed. Just had to run python-updater
Code: Select all
python-updater -o 2.4Thanks for the tip, but I did not uppdate Python recently, I just tried emerging Exaile. I'll try your suggestion when I get home though, it can't hurt - it doesn't work now!mbrehon wrote:sargek, if you updated recently, specifically to python-2.5, and misguidedly (like me) removed python-2.4 before running python-updater, try:Apparently python-updater needs the/an(?) older version in place to work correctly if invoked without -o.Code: Select all
python-updater -o 2.4
hope this helps someone,
-Mark
Code: Select all
emerge pygobject pygtkThis worked! The odd thing is it re-emerged about 25 packages, but I am guessing that python-updater also looks to see if any packages use python, and if python has been updated, it rebuilds anything related.mbrehon wrote:sargek, if you updated recently, specifically to python-2.5, and misguidedly (like me) removed python-2.4 before running python-updater, try:Apparently python-updater needs the/an(?) older version in place to work correctly if invoked without -o.Code: Select all
python-updater -o 2.4
hope this helps someone,
-Mark