View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#11
Originally Posted by glo-worm View Post
/home/user/MyDocs/maebble-v0.90 # python maebbled.py
Traceback (most recent call last):
File "maebbled.py", line 654, in <module>
dbus_listen()
File "maebbled.py", line 448, in dbus_listen
bus = dbus.SessionBus()
File "/usr/lib/pymodules/python2.5/dbus/_dbus.py", line 219, in __new__
mainloop=mainloop)
File "/usr/lib/pymodules/python2.5/dbus/_dbus.py", line 108, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/pymodules/python2.5/dbus/bus.py", line 125, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException
So what I can say, as somebody who never did something with python, try to comment out line 448 and 449 in the maebbled.py.
Maybe then the rest is working.
On the first sight i guess there is a problem to talk to the session bus or to it's signal "media_changed" from media player.
But at least it tries to talk so the dbus python modul seems to be present.
Maybe the thread creator could give better solutions or explanations to his script.
 

The Following 5 Users Say Thank You to Halftux For This Useful Post: