LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview failed to call python,code"1671"

I solved this question.

 

I used to use Anaconda , and failed.

 

After I installed the traditional edition python 3.6.5 from office website, and re-configuration the environment, it can run.

 

0 Kudos
Message 11 of 13
(2,666 Views)

Thanks a lot! Problem solved using your method!

0 Kudos
Message 12 of 13
(2,605 Views)

This is a ye olde threade, but thought I'd add a comment.

 

I had exactly the same issue, and a search brought me here.

 

I've solved it by changing my return parameter from Python from Return 0 to Return "OK", with the detail that I was missing being that the first item on the call python node is the return type which I'd set to string.

 

Obviously, it may not solve everyones problem, but thought I'd at least document it.

David Clark
CLA | CTA
Genesee Technologies Ltd
Hampshire, England
0 Kudos
Message 13 of 13
(2,112 Views)