On May 9, 2019, at 4:53 AM, Kálózi Zsolt <zsolt.kal...@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, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to