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
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to