When attempting to install the s/w via IronPython interpreters 2.6.1 for .NET 2.0/.NET 4.0 i saw the following error
C:\Users\tayr\Downloads\pywinauto-0.4.0\pywinauto-0.4.0>"c:\Program Files (x86)\IronPython 2.6 for .NET 2.0\ipy.exe" ./setup.py
Traceback (most recent call last):
File "./setup.py", line 50, in <module>
File "C:\Users\tayr\Downloads\pywinauto-0.4.0\pywinauto-0.4.0\pywinauto\__init__.py", line 28, in <module>
File "C:\Users\tayr\Downloads\pywinauto-0.4.0\pywinauto-0.4.0\pywinauto\findwindows.py", line 32, in <module>
File "C:\Users\tayr\Downloads\pywinauto-0.4.0\pywinauto-0.4.0\pywinauto\win32structures.py", line 401, in <module>
AssertionError: 62
This doesn't occur when i used the Active Python 2.6.6 or the official interpter from python.org
Probably due to different VS compilers used to generate these different variants of the Python interpreter
The size of the structure in question is larger by 4 bytes between the different interpreters i've used.