[python-win32] Fwd: problem wih vi.run

2005-09-01 Thread Ananda Regmi
Hello Everybody,   I am running into a strange problem while running a vi through python.  Below is my sample code. lv = win32com.client.Dispatch("LabVIEW.Application.7.1") file_path = 'C:\\Documents and Settings\\administrator\\My Documents\\Python Files\\testvi.vi' vi=lv.GetVIReference(file_pa

[python-win32] problem wih vi.run

2005-09-01 Thread Ananda Regmi
Hello Everybody,   I am running into a strange problem while running a vi through python.  Below is my sample code. lv = win32com.client.Dispatch("LabVIEW.Application.7.1") file_path = 'C:\\Documents and Settings\\administrator\\My Documents\\Python Files\\testvi.vi' vi=lv.GetVIReference(file_pat

[python-win32] Problem with reading array of clusters in LabView

2005-09-14 Thread Ananda Regmi
Hello,   I am having trouble with reading array of clusters in LabVIew using python. I googled it and found some results some of which suggested that this topic might have been discussed earlier in python-win32 mail list. I was wondering if somebody can direct me to the right discussion or tell me