I'm no Python guru by any means. But there are things in Python I'd like to use in my LabVIEW code. So far, I have been feeding source .py files to the Python nodes. But this approach needs to stop moving forward to protect code from being hacked and reverse engineered. Do the Python nodes run .pyc files? From what I'm reading, .pyc files are easily reverse compiled back into source. Anyone know if there are other Python build methods that can still use the Python nodes? If not, outside of building into an executable you run via CMD line, any other options? Like building Python into a DLL?
↧