Get all attributes of a com object

Stefan Schukat SSchukat at dspace.de
Fri Apr 28 10:12:44 EDT 2006


> -----Original Message-----
> From: python-list-bounces+sschukat=dspace.de at python.org 
> [mailto:python-list-bounces+sschukat=dspace.de at python.org] On 
> Behalf Of Tim Golden
> Sent: Friday, April 28, 2006 11:45 AM
> To: python-list at python.org
> Subject: RE: Get all attributes of a com object
> 
> [snip]
> 
> The only thing is that you can't always build a proxy module. 
> I'm never quite sure why or why not. 
> 

You can only build a proxy module if you have the typelibrary
information which 
not all programs provide, since it prohibits changes in the interface
the easy way.
E.g., MFC application will normally not provide a typelibrary but
support dynamic
dispatch. 

	Stefan



More information about the Python-list mailing list