hello , i m working on python function that accept as input file.txt and outupts the same file.xls .
i want to call this function in labview. ( i know that i can use LABVIEW python node )
i m working with labview 21.0 - 32 bit and python 3.9 - 64 bit
is bitness mismash can lead to a problem ?
i Have already set the path and environment variables in my system for python
can i use system execute.vi to call my python function an execute it?