I have written a code in python language that usage subprocess.call() method and print method, i am using this code as nautilus script and it is working fine. but there is no way to know that script is working right now, i can see the effect only after script completed.
I want this script to run in terminal so that i can know that script is running and there is a print method in the code that need to be print text when script fail but it does not shows up.
If there is other method than terminal please tell me.