Topic: Python Tools
I have a Python script I use to build Fortran code to call my test subroutines (for doing Test Driven Development). I basically write tests, run the tool and it creates the necessary calls to do the tests and write reports for me.
Currently, the Python script lives in the project directory and I run it from a command window (but I could put it in a "bin" directory in my Home folder). Or I can double click the file in Windows explorer (there are no command line arguments).
How can I add this to the Toolbox? I have tried adding it as a Project tool, but I just get an error message:
The tool "" failed to launch - Error c1.
David