View Single Post
Posts: 77 | Thanked: 11 times | Joined on May 2008
#199
Originally Posted by pycage View Post
OK, this does mean that it doesn't even try to shuffle (otherwise it would jump back to another song).
I think this behavior is gconf-related then.

Please try the following in the X-Terminal:
Code:
python2.5 -c "import gconf"
and
Code:
python2.5 -c "import gnome.gconf"
Does one of these succeed, or do they both report an error?
here ya go:
Code:
BusyBox v1.6.1 (2008-09-18 09:43:17 EEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ python2.5 -c "import gconf"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named gconf
~ $ python2.5 -c "import gnome.gconf"
~ $