Daniel Dalton <[email protected]> wrote: > I've installed package gnome-orca from apt, and it's obviously pulled > all of it's dependencies. > > I have checked that python-brlapi is installed. I do build brltty from > source, but the debian package of brltty is also installed in a > separate directory to where I install my source version of brltty too.
I have only the Debian package here (no local version of BRLTTY or Brlapi), and Orca starts without error. 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. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

