> I am trying to write a client application that uses our com server > (automated) interface. > Usually VB scripts or C++ programs provide these client applications. > I use early binding by running makepy. > I manage to access all propertied, yet do not manage to call methods. > The InvokeTypes() fails: > > For example, if I call > Obj.Item(7) > I get:
Is it possible you are looking for SetItem()? Mark
<<attachment: winmail.dat>>
_______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
