Re: win32com early binding problem

2006-01-25 Thread Roger Upole
"Roland" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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.

RE: win32com early binding problem

2006-01-25 Thread Stefan Schukat
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] > [