[g-a-devel] feedback: first try at-spi2



Hi @all,
I tried to install at-spi2 by following the guide which Mario has posted
in debian accessibility list.
Installation was done under ubuntu karmic because of newer gnome
packages.

# ps x saays after login:
32594 ?        S      0:01 /usr/lib/at-spi2-core/at-spi-registryd

# echo $GTK_MODULES
gail:spiatk
after starting orca I got the following errors:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.6/dist-packages/orca/orca.py", line 54, in <module>
    import mouse_review
  File "/usr/lib/python2.6/dist-packages/orca/mouse_review.py", line 28, in <module>
    import debug
  File "/usr/lib/python2.6/dist-packages/orca/debug.py", line 32, in <module>
    import pyatspi
  File "/usr/lib/pymodules/python2.6/pyatspi/__init__.py", line 18, in <module>
    Registry = registry._Registry()
  File "/usr/lib/pymodules/python2.6/pyatspi/registry.py", line 86, in __init__
    self._app_cache = ApplicationCache(self, self._bus)
  File "/usr/lib/pymodules/python2.6/pyatspi/applicationcache.py", line 152, in __init__
    self.application_cache[bus_name] = AccessibleCache(self._registry, self._connection, bus_name)
  File "/usr/lib/pymodules/python2.6/pyatspi/accessiblecache.py", line 98, in __init__
    self._update_objects(get_method())
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Any idea waht goes wrong here?
Regards
Halim




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]