Use Python Node Call .pyc File

Updated Oct 13, 2021

Reported In

Software

  • LabVIEW

Other

Python 3.6

Issue Details

I can use Python Node to call Python script with .py file extension. I want to convert the Python script from .py to .pyc file extension. Can Python Node call Python script with .pyc file extension?

Solution

Yes, Python Node can call Python script with .pyc file extension. The calling method of Python script with .pyc file extension is same as how you call Python script with .py file extension as shown in the image below:
python-pyc

Additional Information