<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hello Guys,<BR>
&nbsp;<BR>
I hope this is the right place to ask my question, apologies if&nbsp;I should be on another list, please feel free to point me in the right direction if that is the case. I'm new to dbus, I've been using it for a little while consuming other peoples services and things like that.<BR>
&nbsp;<BR>
Today I've started working on my own service, however I'm struggling a little to get it working. I've been using the following example code to try and get a service running on my system <A href="http://paste.lisp.org/display/45824">http://paste.lisp.org/display/45824</A>&nbsp;however when I attempt to run this python script I get the following error:<BR>
&nbsp;<BR>
&nbsp; File "TestService.py", line 15, in ?<BR>&nbsp;&nbsp;&nbsp; myservice = MyDBUSService()<BR>&nbsp; File "TestService.py", line 7, in __init__<BR>&nbsp;&nbsp;&nbsp; bus_name = dbus.service.BusName('org.frankhale.helloservice', bus=dbus.SessionBus())<BR>&nbsp; File "/var/lib/python-support/python2.4/dbus/_dbus.py", line 217, in __new__<BR>&nbsp;&nbsp;&nbsp; mainloop=mainloop)<BR>&nbsp; File "/var/lib/python-support/python2.4/dbus/_dbus.py", line 106, in __new__<BR>&nbsp;&nbsp;&nbsp; bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)<BR>&nbsp; File "/var/lib/python-support/python2.4/dbus/bus.py", line 125, in __new__<BR>&nbsp;&nbsp;&nbsp; bus = cls._new_for_bus(address_or_type, mainloop=mainloop)<BR>dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute dbus-launch to autolaunch D-Bus session<BR><BR>
Does anyone have any ideas as to why I'm getting this error message?<BR>
&nbsp;<BR>
Thanks guys, I appreciate any help you can offer.<BR>
&nbsp;<BR>
Rob<BR><br /><hr />She said what? About who? <a href='http://www.msnsearchstar.com' target='_new'>Shameful celebrity quotes on Search Star!</a></body>
</html>