Is there a package for Microsoft Active Accessibility library other than
http://pypi.python.org/pypi/pyAA/2.0
which seems to have been abandoned (I can't seem to get the source code from sourceforge )and does not support Python 2.6.
Thanks.
Is there a package for Microsoft Active Accessibility library other than
http://pypi.python.org/pypi/pyAA/2.0
which seems to have been abandoned (I can't seem to get the source code from sourceforge )and does not support Python 2.6.
Thanks.
Since MSAA is, I believe, COM-based, you could just use pywin32's general purpose Python-to-COM interface to access anything in that package. Could you please explain why this is not the case? Thanks!
I hate to answer my own question, but here it is for those who are interested:
ja.nishimotz.com/pyaa
is what I was looking for.