win32com early binding problem

Stefan Schukat SSchukat at dspace.de
Wed Jan 25 11:01:30 EST 2006


win32com does only support late bound interfaces in python scripts. 
To support early bound interfaces a pyd has to be created. If you want
to script early bound interfaces try ctypes.com aka. comtypes from 
Thomas Heller.

	Stefan

> -----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 Roland
> Sent: Wednesday, January 25, 2006 4:37 PM
> To: python-list at python.org
> Subject: win32com early binding problem
> 
> Hello,
> 
> I'm trying to use Sparx Systems Enterprise Architect OLE 
> automation interface. There is no problem to get early 
> binding interface using Microsoft Visual Basic. But using 
> win32com makepy utility there problem is.
> 
> Does anybody have an idea, what may disqualify python 
> win32com from creating early binding interface?
> 
> There is possibility to download trial version on considered 
> program on www.sparxsystems.com.
> 
> Thank you
> 
> Roland Divin
> roland at centrum.cz
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
> 



More information about the Python-list mailing list