Halim Sahin <halim.sa...@freenet.de> wrote:
>   File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 232, in __init__
>     _dbus_bindings.validate_bus_name(bus_name)
> TypeError: validate_bus_name() argument 1 must be string, not dbus.Struct
> 
> I.ve used latest git versions of atk at-spi2core and pyatspi from git.
> Any Ideas how to solve this problem?

It's an incompatibility between the function call and the arguments expected
by the Python DBus library, apparently.

Try it with an older version of Python, e.g., Python 2.5. Python 2.6 is newer
and there may be an API incompatibility here.

_______________________________________________
Gnome-accessibility-devel mailing list
Gnome-accessibility-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel

Reply via email to