You are not logged in.
Pages: 1
And finally, the last question of the night....
When I give aterm the 'sonata' command, hoping that it will open the program as it should, i get the following traceback:
Traceback (most recent call last):
File "/usr/bin/sonata", line 27, in <module>
from sonata import main
File "/usr/lib/python2.5/site-packages/sonata/main.py", line 63, in <module>
import dbus, dbus.service
ImportError: No module named dbus
I'm using the sonata-svn from AUR which I built earlier today that finished without, seemingly, any problems.
Any help would be fantastic.
Thanks again,
Matt
Offline
needs the python dbus bindings.
Offline
what do i need to install as far as the argument goes? dbus-bindings? pydbus? something along those lines?
Offline
well..
pacman -Ss dbus | grep python
I think you have to install dbus-python
bye
Offline
thanks. installed dbus-python and now it actually opens.
now onto figuring out using MPD properly...
thanks everyone!
Offline
Pages: 1