Re: [python-win32] getvireference issue

2019-05-09 Thread Tim Roberts
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

[python-win32] getvireference issue

2019-05-09 Thread Kálózi Zsolt
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