John Sampson
2014-10-14 13:37:32 UTC
I have a proprietary program with a command interface implemented as an
ActiveX DLL. Importing win32com.client and pythoncom, I can call
functions from Python scripts. Some of these work properly in 32-bit
Windows 7, but others only in 64-bit Windows. Is this because pythoncom
is designed to work with Windows 64-bit only? Is there a version that
works with 32-bit Windows?
Regards
John Sampson
ActiveX DLL. Importing win32com.client and pythoncom, I can call
functions from Python scripts. Some of these work properly in 32-bit
Windows 7, but others only in 64-bit Windows. Is this because pythoncom
is designed to work with Windows 64-bit only? Is there a version that
works with 32-bit Windows?
Regards
John Sampson