05-18-2023 07:52 AM
I am installing python scripts into my labview project and having an issue with paths. A python node has the path to the module and inside that module there are imports of other modules that are on the python project path but not on called module path. I can import any other module on the calling path but not above. I guess I am missing somthing like how to tell python what the project level is?
Here is the error I get and a snippit from the python script.
Thank you
Jessica
05-19-2023 09:30 AM
Hi jessica_kh,
Please check this article, which is giving an exact solution for this error.
Regards)
_______
Best way to thank is to give Kudos / Mark as a solution.