[python-win32] getvireference issue
Tim Roberts
timr at probo.com
Fri May 10 00:33:01 EDT 2019
On May 9, 2019, at 4:53 AM, Kálózi Zsolt <Zsolt.Kalozi at eli-alps.hu> 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 = labview.getvireference(r'Controller.vi')
> I get the following error:
>
> AttributeError: '<win32com.gen_py.LabVIEW 8.0 Type Library._IApplication instance at 0x43780248>' object has no attribute 'getvireference'
The actual spelling is GetVIReference. Does that work?
—
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20190509/e6406344/attachment.html>
More information about the python-win32
mailing list