Hi.
Decided to install
Exaile today. After installing all the dependencies without much problem I Installed the player itself and tried to run it.
Code:
bash-3.1$ ./exaile
Traceback (most recent call last):
File "exaile.py", line 21, in <module>
import traceback, sys, gobject
ImportError: No module named gobject
Following recommendations from #exaile@freenet I've tried recompiling both pyGTK and pygobject, no gain.
Following some other thread I also checked if I had pygobject.py in my system which I didn't. Since pygobject itself installs fine, I don't know what to think of this.