[python-win32] using registered python com server dll from .NET

Michel Claveau mc at mclaveau.com
Mon Jul 6 13:02:36 CEST 2009


Hi!

It is normal.  COM servers made with Python no have TLB.
dotNET, for read info on a COM server need TLB.

In the same way, dotNET cannot use dynamic COM server (like Python can do 
and use it). Except: IronPython (the last beta version) & JScript.Net (the 
old, no the recent "manageable" version) can use it.

IMO, it is a dotNET problem, and no a Python problem.

@+
-- 
Michel Claveau




More information about the python-win32 mailing list