Hello Mr. Hammond,
thanks once again, it worked fine, indeed.
Have a nice day.
Yours sincerelly,
Nenad Propadovic
> > Is there a way to patch this new feature into the
> > distribution I'm using,
> > without changing the whole setup of the SW?
>
> This function should patch into that win32all ve
> Is there a way to patch this new feature into the
> distribution I'm using,
> without changing the whole setup of the SW?
This function should patch into that win32all version just fine. Locate the
method definition in win32com\client\dynamic.py, and just paste it directly
into the relevant loc
Hello Mr. Hammond,
thanks a lot for the answer. I tried the solution, and it woks fine, that is,
with Python 2.4 and a recent version of win32all.
I'm, however, bound to Python 2.2.1 and win32all build 146, which are an
integral part of the software offering of dSpace automotive test equipment
c
Sorry for the delay:
> VI.ShowFPOnCall = True
> VI.Call(ParamNames, ParamVals)
> print ParamVals[1]
Before the failing Call, try adding:
VI._FlagAsMethod("Call")
_FlagAsMethod is a helper method inside these dynamic objects and will help
work-around COM objects that don't differentiate property
Hello,
I'm having an issue with Python/COM and Labview.
What I want to do is to instantiate Labview an let it open and execute a "VI"
(virtal instrument).
This works well in Visual Basic:
---
'Declare the object type of