Hi Rob
Thanks for this info.
However, pip install still fails..
Here is output log..
(orca-env) ashish:orca$ pip install python3-pyatspi
Collecting python3-pyatspi
Could not find a version that satisfies the requirement
python3-pyatspi (from versions: )
No matching distribution found for python3-pyatspi
(orca-env) ashish:orca$ pip install python3-pyatspi2
Collecting python3-pyatspi2
Could not find a version that satisfies the requirement
python3-pyatspi2 (from versions: )
No matching distribution found for python3-pyatspi2
(orca-env) ashish:orca$ pip install pyatspi
Collecting pyatspi
Could not find a version that satisfies the requirement
pyatspi (from versions: )
No matching distribution found for pyatspi
(orca-env) ashish:orca$
Googling around i saw the method of getting sources with
:
apt-get source pyatspi
Is this how it is recommended to build from source ?
I tried to build it with :
./configure
--prefix=/home/ashish/Downloads/pyatpibuild
and it also failed. :(
I have attached the logs for it.
This is my first time real contribution in any Linux
project.
I hope to make it with little help..