Consume C++ COM class from Python

28 Views Asked by At

I have a COM dll which is created using ATL COM with C++. I am creating an Python application which can reuse the existing business logic written in COM C++.

I am looking for a way to consume the COM class object methods from the COM DLL from python. Please suggest ways to achieve this.

0

There are 0 best solutions below