02-08-2011 12:12 PM
I have continued this topic in a new thread:
http://forums.ni.com/t5/LabVIEW/Trouble-with-LabPython-Setting-up-the-Python-Server/td-p/1444082
09-28-2011 04:46 AM - edited 09-28-2011 04:48 AM
Hey,
i have the same problem. Now i use the python2.7. I have added the line "PythonServer=C:\WINDOWS\system32\python27.dll" to the file Labview.ini . But after, if i tried to run "PYTHON Array Example__ogtk.vi", it shows always
who can help me to solve this problem? Thanks!
01-03-2018 02:36 PM
I also had trouble running example and the fix was to use python25.dll instead of python27.dll and use the python set server path to point to python25.dll and add this set server call in front of the python array example and now it runs
LabVIEW 2016 32 bit version
01-03-2018 03:32 PM
LabPython is pretty old. (Note last post here was almost 7years ago!!) If it still does what you need great, but you might run into issues. For a more modern approach you might look at -
https://forums.ni.com/t5/NI-Blog/LabVIEW-and-Python-Friends-or-Foes/ba-p/3594212
http://blog.thepythontutor.com/2017/05/scripting-python-with-labview.html