On Sun, Jun 03, 2012 at 06:41:18PM +1000, Jason White wrote: > A quick thought: run Python, then: > import sys > print sys.path > and make sure it isn't picking up your local version of python-brlapi before > it gets the packaged version.
It looks like it could be -- when I uninstall brltty source version orca, gets a little bit further, but I now get this error: ** (orca:27557): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files ** (orca:27557): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files ** (orca:27557): ERROR **: AT-SPI: COuldn't connect to accessibility bus. Is at-spi-bus-launcher running? Trace/breakpoint trap However, I need my source version of brltty still because it supports executable tables, which the debian version does not. So I have two problems now: 1) how do I change the order of the paths so the package version of brltty comes first for orca. 2) How do I fix this second error I'm now getting? Thank you for your help. Dan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

