[python-win32] Problem to call COM-dynamic-server
Mark Hammond
mhammond at skippinet.com.au
Mon May 8 14:25:44 CEST 2006
> >>> Please post the complete source for the *smallest possible*
> >>> server and client that demonstrates your problem...
>
> OK.
> But my original source has more than 7000 lines.
> That will take a certain time (that is added to my work).
Welcome to my world! :)
> For info, the call of the instance-methods run correctly with
> ObjectPal(Paradox), but not with Python, nor with VBscript/JScript.
That implies a problem distinguishing between a property and method - try
googling for _FlagAsMethod and/or ERRORS_BAD_CONTEXT - both can be found in
win32com.client.dynamic
Cheers,
Mark
More information about the Python-win32
mailing list