Hello all!
I seem to having quite an issue with Python's integration with LabVIEW. I followed the example program for adding integers from LabVIEW and the whole example works without errors. However, when I tried to recreate it in our own program I keep getting Error 1761 coming out of it. The goal is a very simple system for now that kicks a single value out to Python (I am aiming to integrate this script with Open Broadcaster Software later on).
I was initially working in Visual Studio with Python but reading some of the forms made it sound like that would not work so I reinstalled Python following the instructions to try and have the path be correct but I am still getting this error and am unsure where to go from here since I tried following the fixes in some of the other forums. (Everything working with python is on the bottom of both screens).
Thank you!