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

2005-09-02 Thread Tim Roberts
On Thu, 1 Sep 2005 15:07:21 -0600, Ananda Regmi <[EMAIL PROTECTED]> wrote: >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\\ad

[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