[python-win32] inspect32.exe python equivalent?

2005-11-16 Thread mark mclarnon
The Microsoft SDK contains an EXE called inspect32.exe which implements an active accessibility API interface. Is anyone aware of work in the Python community to interface with the ActiveAccessibility API? This program inspect32 is wonderful in that it can programmatically invoke actions of the GUI

Re: [python-win32] error message after many win32pipe.popen calls

2005-11-16 Thread Jürgen Kareta
Hi Tim, thanks for your suggestions. >Does it fail if you run it outside of Pythonwin? > No it doesn't. So I can ignore this error, as the script will normally run outside Pythonwin. > Are you sure you're >closing all of the pipes properly before starting a new one? > Yes, I explicitly close