by wfsteele on Tue May 10, 2011 3:01 am
I want to run a python script before the profile executes. I check the option in the 'Job' tab and enter the path to the script in the 'Execute before/after' window. When I execute the profile, the script opens in a text editor and is not executed (SFFS just waits for it to finish; which never happens). If, instead, I put 'python <path to script>' into the before field of the 'Execute before/after' window, the python interpreter is executed in a terminal window and the script is ignored. Again, SFFS waits for completion, which never happens.