On May 9, 2019, at 4:53 AM, Kálózi Zsolt wrote:
>
> I'm writing this mail by hoping someone could help. I have pywin32-224
> installed on my computer.
> The following code doesn't seem to work:
> import win32com.client
>
> labview = win32com.client.Dispatch("LabView.Application")
> VI = labvie
Dear all!
I'm writing this mail by hoping someone could help. I have pywin32-224
installed on my computer.
The following code doesn't seem to work:
import win32com.client
labview = win32com.client.Dispatch("LabView.Application")
VI = labview.getvireference(r'Controller.vi')
I get the followi