views:

16

answers:

2

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.

A: 

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!

Alex Martelli
Because I don't think you can do the kinds of things that are described here: http://mindtrove.info/articles/gui-automation-with-pyaa/at least, not easily. I'm particularly interested in the NotifyOnOpen capabilities.Thanks.
reckoner
A: 

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.

reckoner