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 wo
John Sampson wrote:
> 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