I am attempting to just run a simple Python print “Hello World” script. I have read everything there is in terms of using all the Python activities correctly. I am using Load Python Script with the file path, Invoke Python Method to run the method, Get Python Object to change the result to .NET, and a message box to display “Hello World”. Everything seems to be working correctly but the message box comes back blank. When I run the python script by itself it works correctly so I know that is not the issue.
Any ideas? Thanks