Re: simple dbus python problem ... please help

2006-07-29 Thread alisonken1
bob wrote: > bus = dbus.Bus (dbus.Bus.TYPE_SYSTEM) > hal_service = bus.get_service ('org.freedesktop.Hal') > hal_manager = hal_service.get_object ('/org/freedesktop/Hal/Manager', > 'org.freedesktop.Hal.Manager') > It appears that bus.get_service() has bee

simple dbus python problem ... please help

2006-07-28 Thread bob
Hi, I have this sample python script from the hal sources, but it doesn't work for me. This is despite other example python scripts I have to help me are working fine. The problem is that this script is the closet to what it is I actually want to learn to do. The error is: Traceback (most recent