[New Feature Preview] Python 3 Support Issue Thread

You are welcome @c.poupin :slight_smile:

Just wanted to add an alternative for COM interop. This can be achieved also using Python --> COM integration, without going through .NET. There is a module called pywin32 that serves this purpose. Here is an example equivalent to the one I showed before but using this pywin32 instead of relying on a custom .NET library.

2 Likes