LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can LabPython be compiled into executable?

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? 

0 Kudos
Message 1 of 4
(3,285 Views)

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?



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 2 of 4
(3,279 Views)

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. 

0 Kudos
Message 3 of 4
(3,276 Views)

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

0 Kudos
Message 4 of 4
(3,191 Views)