COM question

Karl Putland kputland at servicemagic.com
Mon Jun 26 16:23:12 EDT 2000


From: "Mark Hammond" <MarkH at ActiveState.com>
> "Klaus Doerfler" <klaus.doerfler at stud.fh-regensburg.de> wrote in message
> news:39535377.6E6E74FA at stud.fh-regensburg.de...
>
> > I'm writing a simple COM server and I want to use early-binding, so how
> > exactly does the server know about what the interface in the tlb-file is
> > like and how do I have to use it in the server? Are there any naming
> > conventions?
>
> Python doesnt directly support creating a TLB for a Python COM server - so
> your clients are forced to use late binding.
>
> Mark.
>

You could also search the pycom-dev archives for some experimental attempts
at automatically creating TLBs for Python COM servers.  Look in threads from
June-Aug of 1999.

http://mailman.pythonpros.com/mailman/listinfo/pycom-dev

--Karl Putland





More information about the Python-list mailing list