pyActiveAccessibility Code
Brought to you by:
andreasheld
File | Date | Author | Commit |
---|---|---|---|
doc | 2017-10-31 | andreasheld | [r1] Initial commit |
ReadMe.txt | 2017-10-31 | andreasheld | [r2] Fixing build for Python2.7 |
pyAA.py | 2017-10-31 | andreasheld | [r1] Initial commit |
pyAAc.i | 2017-12-28 | andreasheld | [r3] Fixed to build with Python3.6 |
setup.cfg | 2017-10-31 | andreasheld | [r1] Initial commit |
setup.py | 2017-12-28 | andreasheld | [r3] Fixed to build with Python3.6 |
tryAA.py | 2017-10-31 | andreasheld | [r1] Initial commit |
'pyAA' wraps and extends the Microsoft Active Accessibility API. This extension module builds with Python 2.7, SWIG 2.0.11 or later and MSVC. You might need the platform SDK for some of the include files. You should be able to say: 'python setup.py install' and have everything you need. 'pyAA.py' -- is the high-level wrapper code. It includes test code using the 'wxPython' package. 'pyAAc.i' -- is the SWIG interface file for the extension. 'setup.py' -- is the 'distutils' setup script. I specialized the building of the extension to control SWIG. Andreas Held November 1, 2017