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: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Roland > Sent: Wednesday, January 25, 2006 4:37 PM > To: python-list@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 > [EMAIL PROTECTED] > > -- > http://mail.python.org/mailman/listinfo/python-list > -- http://mail.python.org/mailman/listinfo/python-list