08-18-2011 11:08 AM
I just installed LabPython and Python 2.6. I tried to run the examples that come with the LabPython, but when I compiled them into executables, it does not run and return an error indicating 'LabVIEW: At run time, LabVIEW cannot find script support DLL. in PYTHON Test Script Node__ogtk.vi'.
Is this a solvable issue,or LabPython is not supported by the Application Builder yet?
08-18-2011 01:11 PM
When you built the application did you include all of the scripts as dynamically called elements in your build spec? Anything that is called dynamically needs to be included in the build spec in the "Always Include" section. In addition, have you verified you are using the correct paths to the scripts and DLLs?
08-18-2011 01:17 PM
That VI is a simple example, only one Python script with some simple Python code. So there is no other subVI or scripts to call. The error said labview cannot load the Python server though.
04-13-2012 10:55 AM
I am having the same issue. I took the pyscript.dll from the <labview>resource\script folder and put it on another machine where I am trying to run my app but it still fails. Is there something else that is missing here?
Also, I do not see anything in the installer where you can add what is being stated here in this thread.
Thanks,
Tom