Location: Amarok Script

Discussion: dbus ?Reported This is a featured thread

Showing 2 posts

h3nk
dbus ?
Mar 12 2007, 9:59 AM EDT | Post edited: Mar 12 2007, 9:59 AM EDT
SyntaxWarning: name 'current_cover' is assigned to before global declaration
Traceback (most recent call last):
File "/home/h3nk/daten/eyecandy/avant-window-navigator/awn-amarok/awn-amarok.py", line 4, in ?
import dbus
ImportError: No module named dbus


this is the output if i run python awn-amarok.py. any suggestions to that? i'm running gentoo and awn works flawless so far
Do you find this valuable?    
Keyword tags: None

derSkw
1. RE: dbus ?
Mar 12 2007, 1:01 PM EDT | Post edited: Mar 12 2007, 1:01 PM EDT
ImportError: No module named dbus
means in most cases that you need to install python-dbus.
(perhaps it has another name in gentoo)
2  out of 2 found this valuable. Do you?