Hi! > I have the impression (from reading, never used .NET myself) that .NET is > able to use COM objects.
I confirm. dotNET can use COM objects. But. COM servers in Python has no TLB (Types-LiBrary). For use these components from C#, we MUST use a tech named "late binding". I have (but where?) an example of use that in C# for call my Python-COM-server. And If it's possible for C#, it's not possible for PowerShell. PowerShell can use ONLY COM-server with TLB. (wait next release?) @-salutations Michel Claveau (& sorry for my bad english) _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32