win32com: subclass a com object?

Bruce Dodson bruce_dodson.nospam at bigfoot.com
Sun Dec 12 15:01:04 EST 1999


COM is not simpler in Python than it is in VB, if by COM you mean ActiveX
automation.  That is VB's native format for objects, whereas in Python it is
just that the language is flexible enough to make it seem native.  However,
sometimes Python makes it easier to implement some piece of functionality
than it would be in VB.  Python has a richer standard library of its own
plus access to VB's libraries through COM.  And the language is more
flexible yet than VB.  The two languages are about equally quirky.  VB is a
good language to know alongside Python.  If you were on a budget or were
passively anti-microsoft, Python would be a good choice for COM development.

WBD

tiddlerdeja at my-deja.com wrote in message <830pi6$n4k$1 at nnrp1.deja.com>...

>Also, an aside question about win32com. Would someone use win32com just
>to avoid paying for a VB license to develop COM object? Or are there
>actual benefit to scripting COM in python? Is COM simpler in python?





More information about the Python-list mailing list