On 6/25/05, Kuner Martin <[EMAIL PROTECTED]> wrote:
> Is that behaviour with returnvalues only valid for COM accesses, or is it
> standard python ?
It is standard Python, of course, like the rest of win32com interface.
Python has no "out" parameters per se, but any function can return
tuple:
>>>
belongs these
problem ?
Martin
-Original Message-
From: Mark Hammond [mailto:[EMAIL PROTECTED]
Sent: Saturday, 25. June 2005 4:44 AM
To: Kuner Martin; python-win32@python.org
Subject: RE: [python-win32] win32com problem with LabVIEW
> It doesn´t work with the following code:
...
&
> It doesn´t work with the following code:
...
> "D:\Python24\Lib\site-packages\win32com\client\makepy.py",
> line 306, in GenerateChildFromTypeLibSpec
> __import__("win32com.gen_py." + dir_name + "." + child)
> ImportError: No module named _Iapplication
That is probably a bug related to tra
thon.org
Subject: Re: [python-win32] win32com problem with LabVIEW (newbie question)
Hello, I am fairly new to python. I use wx python at work to make different
pieces of engineering code. I am very interested to learn about how to
communicate between python and labView... this discussion caught my
Hello, I am fairly new to python. I use wx python at work to make
different pieces of engineering code. I am very interested to learn
about how to communicate between python and labView... this discussion
caught my eye (Re: win32com problem with LabVIEW). Could someone give
me an idea of where to
side ??
Thanks in advance
Martin
-Original Message-
From: Mark Hammond [mailto:[EMAIL PROTECTED]
Sent: Friday, 24. June 2005 16:12
To: Kuner Martin; python-win32@python.org
Subject: RE: [python-win32] win32com problem with LabVIEW
> I try to talk with Python to a LabVIEW-Application
> I try to talk with Python to a LabVIEW-Application called
> "cbt" via ActiveX.
>
> Now I´m running into problem calling the "Call" method.
>
> Here´s the code:
>
> import win32com.client
> oLv = win32com.client.Dispatch("cbt.Application")
Try either
oLv = win32com.client.gencach
I try to talk with Python to a LabVIEW-Application called "cbt" via ActiveX.
Now I´m running into problem calling the "Call" method.
Here´s the code:
import win32com.client
oLv = win32com.client.Dispatch("cbt.Application")
strVi = oLv.ApplicationDirectory + "\\cbt.exe\\" + "cdcAxLog