COM question
Mark Hammond
MarkH at ActiveState.com
Sat Jun 24 08:10:10 EDT 2000
More information about the Python-list mailing list
Sat Jun 24 08:10:10 EDT 2000
- Previous message (by thread): COM question
- Next message (by thread): COM question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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.
- Previous message (by thread): COM question
- Next message (by thread): COM question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list