Introspecting COM objects
Giuseppe Ricioppo
exml at libero.it
Sun Dec 29 12:03:50 EST 2002
More information about the Python-list mailing list
Sun Dec 29 12:03:50 EST 2002
- Previous message (by thread): [Announce] M2Crypto 0.08
- Next message (by thread): file method readinto and buffer interface
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All and happy new 11111010011!
I'm playing with COM as follows:
>>> import win32com.client
>>> xl=win32com.client.Dispatch("Excel.Application")
>>> xl.Visible=1
>>> xl # Is this an example of introspection?
<win32com.gen_py.Microsoft Excel 8.0 Object Library._Application>
>>>
Best regards.
Gius.
- Previous message (by thread): [Announce] M2Crypto 0.08
- Next message (by thread): file method readinto and buffer interface
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list