How to call a Component Object Model that is not registered in the system

I want to use python to call a Component Object Model, which contains ActiveX controls. I don’t want to register this com in the system. How can I create this object in python and call its methods?

As I understand COM on windows you must register the component.