dbus-python 0.80rc2 release candidate
Luigi Paioro
luigi at lambrate.inaf.it
Thu Dec 14 01:24:47 PST 2006
Sorry, but I get always the same error:
~ 102 >python
Python 2.4.1 (#1, Sep 13 2005, 00:39:20)
[GCC 4.0.2 20050901 (prerelease) (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbus
>>> import dbus.mainloop.glib
>>> dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
<dbus.mainloop.NativeMainLoop object at 0x4028a818>
>>> s=dbus.SessionBus()
>>> o=s.get_object('org.freedesktop.DBus', '/org/freedesktop/DBus')
>>> iface = dbus.Interface(o, 'org.freedesktop.DBus')
>>> iface.NameHasOwner('fake.name.to.test')
Segmentation fault
I use dbus-1.0.2 and dbus-glib-0.72.
Cheers,
Luigi
Simon McVittie wrote:
> Release candidate 2 for dbus-python 0.80 is now available. Please
> download, test, try to break it (and hopefully you'll have to try harder
> this time :-)
More information about the dbus
mailing list