Hi,

I just had somebody on the IRC that had this particular error:

> $ list_partnerships.py
> Traceback (most recent call last):
>   File "/usr/bin/list_partnerships.py", line 50, in ?
>     if
> e._dbus_error_name=="org.freedesktop.DBus.Python.SyncEngine.errors.Disconne
>cted": AttributeError: DBusException instance has no attribute
> '_dbus_error_name'


He was using Gentoo also and it turned out that he had the following package 
installed:  dev-python/dbus-python-0.80.2

It turns out that somehwere in version 0.82.3 the functionality of setting the 
_dbus_error_name property was added when you create a subclass of the 
DbusException. (See http://dbus.freedesktop.org/doc/dbus-python/NEWS.html)

If you run into the above error, please upgrade your dbus-python to the latest 
version and your problems should vanish :)

Guido Diepen



-- 
Aviation is proof that given the will, we have the 
capacity to achieve the impossible.
     --Eddie Rickenbacker

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to