12-14-2023 08:52 AM
I have written some methods in LabVIEW that make calls to Python to do some tasks a colleague wrote up and it's quite nice and fluid. I have the Python src in my project and have a proper folder structure with project as root. The plan is to distribute as a packed library (or it was). In the project the python source and labview source are all inside an .lvlib and from there, I am attempting to make a packed library from the lvlib. However, when it is built, the python src and all necessary files for it are just in the folder with the packed library. Having lost its own necessary folder structure. But now my code doesn't know how to find it as it is assuming the packed library as root. What is the better or best method to distribute and deploy labview with python scripts? Are there tricks in the packed library build properties I am unaware of?
Solved! Go to Solution.
12-14-2023 09:10 AM
NVM - resolved. Just needed to build the destinations and source file settings properly.