Troubles with switching from IronPython2 to CPython3

Hi, maybe you already found it, but this is a known limitation of the python.net package: it can’t handle COM API objects transparently.

This is something issued in the main Python3 discussion;

You can try to wrap the objects with the comobj class found here, but it’s a PITA to do it for every single COM object you encounter…