10-11-2018 11:59 AM
Hi Kevin,
Unfortunately this fix didn't work for me.
Thanks,
Geoff
10-24-2018 08:12 AM
I am using the Python Step Types in Teststand 2016 64bit, but i am wondering how to get the "print" 's logged. Is that even possible? Is an example available?
10-24-2018 10:36 AM
Hey Andreas,
By print, are you referring to stdout? Currently the steps don't support that. Consider modifying your python module such that the information logged to the stdout is logged to a variable that can be passed back to TestStand.
11-06-2018 07:12 PM
@RoxtheFox wrote:
Hey Geoff,
Do you have Python 2.7 or 3.6 installed? If you do, you can just type "2.7" or "3.6" into the Version input. Make sure that the paths to the appropriate version of your python.exe is in the PATH environments configuration.
Does it have to be Python 3.6.0? I installed 3.6.7 and the drop down next to Version is empty. Entering "3.6" results in Invalid version error message.
11-15-2018 06:02 AM
I installed the Python Step Type 2 days ago and I had the same problem.
I do not have an exact root cause for the problem. But initially I installed the ActivePython which the NI guide also referred to. Alone Python worked fine, but with TestStand I got the same problem and the configuration window also always crashed.
Then I installed Python 3.6.7, 32bit from python.org and with that it works fine.
I hope this helps.
Regards: Istvan
03-19-2019 05:04 AM
Is this a stable version to be used in Production environment?
03-19-2019 05:13 AM
How can I uninstall it?
I am not able to find it under Control Panel\Programs\Programs and Features --> National Instruments Software --> NI Package Manager
I am using Labview 2018 and TestStand 2017
03-19-2019 05:17 AM
I found out how to un-install it
my previous question remains un-answered....any comment?
03-19-2019 08:29 AM
Hello,
I was unable to have the Python Step work with the Virtual Environment option set up. The environment has a python 3.6 but the red icon is always there!
Does anyone have any experience with the virtual environment?
Thanks
06-03-2019 02:41 AM