Re: [python-win32] pythoncom

2014-10-14 Thread Tim Roberts
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

[python-win32] pythoncom

2014-10-14 Thread John Sampson
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