11-16-2011 07:38 AM
Hi Folks -
Have a script in Python that I am considering trying to call from LabVIEW. I have looked at some of the prior posts on the discussion forums related to python and labpython. I have a few questions.
1) I need to use LabVIEW 2010 64-bit. So I need to use 64-bit versions of python and labpython. Is there a 64-bit version of labpython? I can't find the answer to this by google searching. I don't think there is which leaves me dead in the water but thought I might ask here.
2) If there is a 64-bit version of labpython, what 64-bit version of python is it compatible with?
Does anyone also want me to crosspost this at LAVA?
Thanks,
Don
11-22-2011 03:15 PM
Hello Don,
Unfortunately labpython is not supported by National Instruments, however I can try to assist you in troubleshooting this problem.
Here is a link to a labpython website. You may find more information searching the web for other labpython websites.
http://labpython.sourceforge.net/
11-22-2011 03:34 PM
The only thing further I have found out, and not even sure if it is correct, would be that I can still use 32-bit python called from an otherwise 64-bit platform. However, for LabVIEW 64-bit, I am sure we would need a 64-bit version of Labpython (which no one has said we have). In any case, the immediate need is not there anymore as we have taken the python script and pretty much equivalently converted it to pure LabVIEW where it appears to be providing identical results.
Thanks,
Don