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

2009-07-06 Thread Sarah Abdel Razak
Hi all, I implemented a python com server and generate an executable and dll using py2exe tool. then I used regsvr32.exe to register the dll.I got a message that the registration was successful. Then I tried to add reference to that dll in .NET. But I can not find my server on the com tab of

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

2009-07-06 Thread Michel Claveau
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