COM question

Mark Hammond MarkH at ActiveState.com
Sat Jun 24 08:10:10 EDT 2000


"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.





More information about the Python-list mailing list