Re: [python-win32] Python COM Server and VB6 Integration

2009-07-18 Thread Michel Claveau
Hi! By default, dotNET (& Visual-Studio) need COM servers with TLB. But Python's COM servers no have TLB. For a solution from dotNET, search the expression "Late Binding" @-salutations -- Michel Claveau ___ python-win32 mailing list python-win32@

[python-win32] Python COM Server and VB6 Integration

2009-07-18 Thread J.D. Main
Hi Folks, Hopefully this is the place to ask this question. I have written a COM server with a few trivial string methods to test the integration of Python and VB6 (and Visual Studio). I have "compiled" it with py2exe and created a DLL that can actually register with Windows. Nice. I have su