[python-win32] Making a COM server that accepts COM objects

2019-01-08 Thread Boylan, Ross
I have a Python 3.7, 32 bit, COM server and am calling it from 32 bit Office 2010 in VBA. I am attempting to pass some COM objects from VBA to Python. The trace collector full output appears below, but I think the key clues are several messages like in ._QueryInterface_ with unsupported IID

[python-win32] Edit with pythonwin context menu entry not quite working

2019-01-08 Thread Boylan, Ross
On MS Win 7 when I right click on a .py file the MS Windows Explorer, the context menu offers "Open with Pythonwin" as a choice. When I click on it Pythonwin opens up, but the file I selected is not open in the application. Expected behavior: the file would be open and in the foreground. Compl