Re: Orca Dependency problem



Hi Jorges:

checking for PyORBit module Accessibility... no
configure: error: Could not find python ORBit module Accessibility - make
sure you have the atspi libspi-1.0 >= 1.7.6 installed

There are a couple checks being done.  The first is this:

    pkg-config --variable=idldir libspi-1.0

On Ubuntu, the result is /usr/share/idl/at-spi-1.0, which has the
following contents:

Accessibility_Accessible.idl         Accessibility_LoginHelper.idl
Accessibility_Action.idl             Accessibility_Registry.idl
Accessibility_Application.idl        Accessibility_Relation.idl
Accessibility_Component.idl          Accessibility_Role.idl
Accessibility_Desktop.idl            Accessibility_Selection.idl
Accessibility_EditableText.idl       Accessibility_Selector.idl
Accessibility_Event.idl              Accessibility_State.idl
Accessibility_Hyperlink.idl          Accessibility_StreamableContent.idl
Accessibility_Hypertext.idl          Accessibility_Table.idl
Accessibility.idl                    Accessibility_Text.idl
Accessibility_Image.idl              Accessibility_Value.idl

The next check runs python and makes sure it can find the PyORBit module
for Accessibility.  This is what is failing for you.  See if you
have /usr/lib/orbit-2.0/Accessibility_module.so on your machine.  If you
do, things should work.  If you don't, then something is askew.  In
addition, you might also try the following in the python interpreter:

import bonobo
import ORBit
ORBit.load_typelib("Accessibility")
import Accessibility

Will





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